#A72AC8

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

Shades of Dark Orchid #A72AC8

Tints of Dark Orchid #A72AC8

Color information

#A72AC8 (or 0xA72AC8) is unknown color: approx Dark Orchid. HEX triplet: A7, 2A and C8. RGB value is (167,42,200). Sum of RGB (Red+Green+Blue) = 167+42+200=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 42 (16.80% from 255 or 10.27% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #A72AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72AC8 is #58D537. Grayscale: #606060. Windows color (decimal): -5821752 or 13118119. OLE color: 13118119.

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

Color convert

RGB16742200-
CMYK0.160.7900.22
HSL287.47º65.29%47.45%-
HSV(B)287.47º79%78.43%-
XYZ27.1914.0455.92-
YUV97.39185.91177.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 42 (16.80% from 255) = 10.27%
BLUE value IS 200 (78.52% from 255) = 48.90%
R=40.83%
G=10.27%
B=48.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal167422000.160.7900.22287.4765.2947.45
HexA72AC8104F01611f412f
Octal247523102011702643710157
Binary10100111101010110010001000010011110101101000111111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72AC8; }

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

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

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

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

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

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

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

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