#A72EB9

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

Shades of Dark Orchid #A72EB9

Tints of Dark Orchid #A72EB9

Color information

#A72EB9 (or 0xA72EB9) is unknown color: approx Dark Orchid. HEX triplet: A7, 2E and B9. RGB value is (167,46,185). Sum of RGB (Red+Green+Blue) = 167+46+185=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 185 - color contains mainly: blue. Hex color #A72EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72EB9 is #58D146. Grayscale: #616161. Windows color (decimal): -5820743 or 12136103. OLE color: 12136103.

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

Color convert

RGB16746185-
CMYK0.100.7500.27
HSL292.23º60.17%45.29%-
HSV(B)292.23º75.14%72.55%-
XYZ25.6713.6747.18-
YUV98.02177.09177.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.96%
GREEN value IS 46 (18.36% from 255) = 11.56%
BLUE value IS 185 (72.66% from 255) = 46.48%
R=41.96%
G=11.56%
B=46.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal167461850.100.7500.27292.2360.1745.29
HexA72EB9A4B01B1243c2d
Octal24756271121130334447455
Binary101001111011101011100110101001011011011100100100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72EB9; }

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

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

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

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

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

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

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

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