#A72BB9

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

Shades of Dark Orchid #A72BB9

Tints of Dark Orchid #A72BB9

Color information

#A72BB9 (or 0xA72BB9) is unknown color: approx Dark Orchid. HEX triplet: A7, 2B and B9. RGB value is (167,43,185). Sum of RGB (Red+Green+Blue) = 167+43+185=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #A72BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72BB9 is #58D446. Grayscale: #5F5F5F. Windows color (decimal): -5821511 or 12135335. OLE color: 12135335.

HSL color Cylindrical-coordinate representation of color #A72BB9: hue angle of 292.39º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72BB9 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16743185-
CMYK0.100.7700.27
HSL292.39º62.28%44.71%-
HSV(B)292.39º76.76%72.55%-
XYZ25.5613.4547.15-
YUV96.26178.08178.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.28%
GREEN value IS 43 (17.19% from 255) = 10.89%
BLUE value IS 185 (72.66% from 255) = 46.84%
R=42.28%
G=10.89%
B=46.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167431850.100.7700.27292.3962.2844.71
HexA72BB9A4D01B1243e2d
Octal24753271121150334447655
Binary101001111010111011100110101001101011011100100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72BB9; }

 p { color: rgb(167,43,185); }

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

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

 a { background-color: rgb(167,43,185); }

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

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

 span { border-color: rgb(167,43,185); }

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