#A72AB0

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

Shades of Dark Orchid #A72AB0

Tints of Dark Orchid #A72AB0

Color information

#A72AB0 (or 0xA72AB0) is unknown color: approx Dark Orchid. HEX triplet: A7, 2A and B0. RGB value is (167,42,176). Sum of RGB (Red+Green+Blue) = 167+42+176=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #A72AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72AB0 is #58D54F. Grayscale: #5E5E5E. Windows color (decimal): -5821776 or 11545255. OLE color: 11545255.

HSL color Cylindrical-coordinate representation of color #A72AB0: hue angle of 295.97º 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 #A72AB0 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16742176-
CMYK0.050.7600.31
HSL295.97º61.47%42.75%-
HSV(B)295.97º76.14%69.02%-
XYZ24.613.0142.29-
YUV94.65173.91179.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 42 (16.80% from 255) = 10.91%
BLUE value IS 176 (69.14% from 255) = 45.71%
R=43.38%
G=10.91%
B=45.71%

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
Decimal167421760.050.7600.31295.9761.4742.75
HexA72AB054C01F1283d2b
Octal2475226051140374507553
Binary10100111101010101100001011001100011111100101000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72AB0; }

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

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

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

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

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

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

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

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