#A72CAA

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

Shades of Dark Orchid #A72CAA

Tints of Dark Orchid #A72CAA

Color information

#A72CAA (or 0xA72CAA) is unknown color: approx Dark Orchid. HEX triplet: A7, 2C and AA. RGB value is (167,44,170). Sum of RGB (Red+Green+Blue) = 167+44+170=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 44 (17.58% from 255 or 11.55% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #A72CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72CAA is #58D355. Grayscale: #5E5E5E. Windows color (decimal): -5821270 or 11152551. OLE color: 11152551.

HSL color Cylindrical-coordinate representation of color #A72CAA: hue angle of 298.57º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A72CAA is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16744170-
CMYK0.020.7400.33
HSL298.57º58.88%41.96%-
HSV(B)298.57º74.12%66.67%-
XYZ24.0912.9239.25-
YUV95.14170.25179.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.83%
GREEN value IS 44 (17.58% from 255) = 11.55%
BLUE value IS 170 (66.80% from 255) = 44.62%
R=43.83%
G=11.55%
B=44.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167441700.020.7400.33298.5758.8841.96
HexA72CAA24A02112b3b2a
Octal2475425221120414537352
Binary10100111101100101010101010010100100001100101011111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72CAA; }

 p { color: rgb(167,44,170); }

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

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

 a { background-color: rgb(167,44,170); }

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

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

 span { border-color: rgb(167,44,170); }

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