#A72EC8

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

Shades of Dark Orchid #A72EC8

Tints of Dark Orchid #A72EC8

Color information

#A72EC8 (or 0xA72EC8) is unknown color: approx Dark Orchid. HEX triplet: A7, 2E and C8. RGB value is (167,46,200). Sum of RGB (Red+Green+Blue) = 167+46+200=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #A72EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72EC8 is #58D137. Grayscale: #636363. Windows color (decimal): -5820728 or 13119143. OLE color: 13119143.

HSL color Cylindrical-coordinate representation of color #A72EC8: hue angle of 287.14º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A72EC8 is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16746200-
CMYK0.160.7700.22
HSL287.14º62.6%48.24%-
HSV(B)287.14º77%78.43%-
XYZ27.3414.3455.97-
YUV99.74184.59175.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.44%
GREEN value IS 46 (18.36% from 255) = 11.14%
BLUE value IS 200 (78.52% from 255) = 48.43%
R=40.44%
G=11.14%
B=48.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167462000.160.7700.22287.1462.648.24
HexA72EC8104D01611f3f30
Octal24756310201150264377760
Binary1010011110111011001000100001001101010110100011111111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72EC8; }

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

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

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

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

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

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

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

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