#A72DB3

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

Shades of Dark Orchid #A72DB3

Tints of Dark Orchid #A72DB3

Color information

#A72DB3 (or 0xA72DB3) is unknown color: approx Dark Orchid. HEX triplet: A7, 2D and B3. RGB value is (167,45,179). Sum of RGB (Red+Green+Blue) = 167+45+179=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #A72DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72DB3 is #58D24C. Grayscale: #606060. Windows color (decimal): -5821005 or 11742631. OLE color: 11742631.

HSL color Cylindrical-coordinate representation of color #A72DB3: hue angle of 294.63º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72DB3 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16745179-
CMYK0.070.7500.30
HSL294.63º59.82%43.92%-
HSV(B)294.63º74.86%70.2%-
XYZ25.0113.3543.91-
YUV96.75174.42178.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 45 (17.97% from 255) = 11.51%
BLUE value IS 179 (70.31% from 255) = 45.78%
R=42.71%
G=11.51%
B=45.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal167451790.070.7500.30294.6359.8243.92
HexA72DB374B01E1273c2c
Octal2475526371130364477454
Binary10100111101101101100111111001011011110100100111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72DB3; }

 p { color: rgb(167,45,179); }

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

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

 a { background-color: rgb(167,45,179); }

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

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

 span { border-color: rgb(167,45,179); }

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