#A43EC0

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

Shades of Dark Orchid #A43EC0

Tints of Dark Orchid #A43EC0

Color information

#A43EC0 (or 0xA43EC0) is unknown color: approx Dark Orchid. HEX triplet: A4, 3E and C0. RGB value is (164,62,192). Sum of RGB (Red+Green+Blue) = 164+62+192=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #A43EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43EC0 is #5BC13F. Grayscale: #6A6A6A. Windows color (decimal): -6013248 or 12598948. OLE color: 12598948.

HSL color Cylindrical-coordinate representation of color #A43EC0: hue angle of 287.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43EC0 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16462192-
CMYK0.150.6800.25
HSL287.08º51.18%49.8%-
HSV(B)287.08º67.71%75.29%-
XYZ26.5515.1451.39-
YUV107.32175.79168.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 62 (24.61% from 255) = 14.83%
BLUE value IS 192 (75.39% from 255) = 45.93%
R=39.23%
G=14.83%
B=45.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164621920.150.6800.25287.0851.1849.8
HexA43EC0F4401911f3332
Octal24476300171040314376362
Binary101001001111101100000011111000100011001100011111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43EC0; }

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

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

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

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

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

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

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

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