#A43AB6

Color #A43AB6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A43AB6

Tints of Dark Orchid #A43AB6

Color information

#A43AB6 (or 0xA43AB6) is unknown color: approx Dark Orchid. HEX triplet: A4, 3A and B6. RGB value is (164,58,182). Sum of RGB (Red+Green+Blue) = 164+58+182=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #A43AB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43AB6 is #5BC549. Grayscale: #676767. Windows color (decimal): -6014282 or 11942564. OLE color: 11942564.

HSL color Cylindrical-coordinate representation of color #A43AB6: hue angle of 291.29º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43AB6 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16458182-
CMYK0.100.6800.29
HSL291.29º51.67%47.06%-
HSV(B)291.29º68.13%71.37%-
XYZ25.2714.345.68-
YUV103.83172.12170.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 58 (23.05% from 255) = 14.36%
BLUE value IS 182 (71.48% from 255) = 45.05%
R=40.59%
G=14.36%
B=45.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164581820.100.6800.29291.2951.6747.06
HexA43AB6A4401D123342f
Octal24472266121040354436457
Binary101001001110101011011010101000100011101100100011110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43AB6; }

 p { color: rgb(164,58,182); }

 H1.HeaderClassName
 {
   color: #A43AB6;
 }
 .AnyTagClassName
 {
   color: #A43AB6;
 }
</style>
background-color css

<style>
 a { background-color: #A43AB6; }

 a { background-color: rgb(164,58,182); }

 div.DivClassName
 {
   background-color: #A43AB6;
 }
 .BgClassName
 {
   background-color: #A43AB6;
 }
</style>
border-color css

<style>
 span { border-color: #A43AB6; }

 span { border-color: rgb(164,58,182); }

 td.TdClassName
 {
   border-color: #A43AB6;
 }
 .TagClassName
 {
   border-color: #A43AB6;
 }
</style>