#A43AC0

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

Shades of Dark Orchid #A43AC0

Tints of Dark Orchid #A43AC0

Color information

#A43AC0 (or 0xA43AC0) is unknown color: approx Dark Orchid. HEX triplet: A4, 3A and C0. RGB value is (164,58,192). Sum of RGB (Red+Green+Blue) = 164+58+192=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #A43AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43AC0 is #5BC53F. Grayscale: #686868. Windows color (decimal): -6014272 or 12597924. OLE color: 12597924.

HSL color Cylindrical-coordinate representation of color #A43AC0: hue angle of 287.46º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43AC0 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16458192-
CMYK0.150.7000.25
HSL287.46º53.6%49.02%-
HSV(B)287.46º69.79%75.29%-
XYZ26.3414.7251.32-
YUV104.97177.12170.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.61%
GREEN value IS 58 (23.05% from 255) = 14.01%
BLUE value IS 192 (75.39% from 255) = 46.38%
R=39.61%
G=14.01%
B=46.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164581920.150.7000.25287.4653.649.02
HexA43AC0F4601911f3631
Octal24472300171060314376661
Binary101001001110101100000011111000110011001100011111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43AC0; }

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

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

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

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

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

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

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

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