#A720A9

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

Shades of Dark Orchid #A720A9

Tints of Dark Orchid #A720A9

Color information

#A720A9 (or 0xA720A9) is unknown color: approx Dark Orchid. HEX triplet: A7, 20 and A9. RGB value is (167,32,169). Sum of RGB (Red+Green+Blue) = 167+32+169=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 169 (66.41% from 255 or 45.92% from 368); Max value from RGB is 169 - color contains mainly: blue. Hex color #A720A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A720A9 is #58DF56. Grayscale: #575757. Windows color (decimal): -5824343 or 11083943. OLE color: 11083943.

HSL color Cylindrical-coordinate representation of color #A720A9: hue angle of 299.12º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A720A9 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16732169-
CMYK0.010.8100.34
HSL299.12º68.16%39.41%-
HSV(B)299.12º81.07%66.27%-
XYZ23.6112.1138.63-
YUV87.98173.73184.36-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.38%
GREEN value IS 32 (12.89% from 255) = 8.70%
BLUE value IS 169 (66.41% from 255) = 45.92%
R=45.38%
G=8.70%
B=45.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal167321690.010.8100.34299.1268.1639.41
HexA720A915102212b4427
Octal24740251112104245310447
Binary10100111100000101010011101000101000101001010111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A720A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A720A9; }

 p { color: rgb(167,32,169); }

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

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

 a { background-color: rgb(167,32,169); }

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

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

 span { border-color: rgb(167,32,169); }

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