#A424A9

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

Shades of Dark Orchid #A424A9

Tints of Dark Orchid #A424A9

Color information

#A424A9 (or 0xA424A9) is unknown color: approx Dark Orchid. HEX triplet: A4, 24 and A9. RGB value is (164,36,169). Sum of RGB (Red+Green+Blue) = 164+36+169=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 169 (66.41% from 255 or 45.80% from 369); Max value from RGB is 169 - color contains mainly: blue. Hex color #A424A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A424A9 is #5BDB56. Grayscale: #595959. Windows color (decimal): -6019927 or 11084964. OLE color: 11084964.

HSL color Cylindrical-coordinate representation of color #A424A9: hue angle of 297.74º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A424A9 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16436169-
CMYK0.030.7900.34
HSL297.74º64.88%40.2%-
HSV(B)297.74º78.7%66.27%-
XYZ23.112.0238.64-
YUV89.43172.91181.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.44%
GREEN value IS 36 (14.45% from 255) = 9.76%
BLUE value IS 169 (66.41% from 255) = 45.80%
R=44.44%
G=9.76%
B=45.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal164361690.030.7900.34297.7464.8840.2
HexA424A934F02212a4128
Octal24444251311704245210150
Binary101001001001001010100111100111101000101001010101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A424A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A424A9; }

 p { color: rgb(164,36,169); }

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

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

 a { background-color: rgb(164,36,169); }

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

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

 span { border-color: rgb(164,36,169); }

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