#A72AAF

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

Shades of Dark Orchid #A72AAF

Tints of Dark Orchid #A72AAF

Color information

#A72AAF (or 0xA72AAF) is unknown color: approx Dark Orchid. HEX triplet: A7, 2A and AF. RGB value is (167,42,175). Sum of RGB (Red+Green+Blue) = 167+42+175=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #A72AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72AAF is #58D550. Grayscale: #5E5E5E. Windows color (decimal): -5821777 or 11479719. OLE color: 11479719.

HSL color Cylindrical-coordinate representation of color #A72AAF: hue angle of 296.39º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72AAF is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16742175-
CMYK0.050.7600.31
HSL296.39º61.29%42.55%-
HSV(B)296.39º76%68.63%-
XYZ24.512.9741.77-
YUV94.54173.41179.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 42 (16.80% from 255) = 10.94%
BLUE value IS 175 (68.75% from 255) = 45.57%
R=43.49%
G=10.94%
B=45.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167421750.050.7600.31296.3961.2942.55
HexA72AAF54C01F1283d2b
Octal2475225751140374507553
Binary10100111101010101011111011001100011111100101000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72AAF; }

 p { color: rgb(167,42,175); }

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

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

 a { background-color: rgb(167,42,175); }

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

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

 span { border-color: rgb(167,42,175); }

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