#A72EC1

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

Shades of Dark Orchid #A72EC1

Tints of Dark Orchid #A72EC1

Color information

#A72EC1 (or 0xA72EC1) is unknown color: approx Dark Orchid. HEX triplet: A7, 2E and C1. RGB value is (167,46,193). Sum of RGB (Red+Green+Blue) = 167+46+193=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #A72EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72EC1 is #58D13E. Grayscale: #626262. Windows color (decimal): -5820735 or 12660391. OLE color: 12660391.

HSL color Cylindrical-coordinate representation of color #A72EC1: hue angle of 289.39º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72EC1 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16746193-
CMYK0.130.7600.24
HSL289.39º61.51%46.86%-
HSV(B)289.39º76.17%75.69%-
XYZ26.5414.0251.76-
YUV98.94181.09176.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.13%
GREEN value IS 46 (18.36% from 255) = 11.33%
BLUE value IS 193 (75.78% from 255) = 47.54%
R=41.13%
G=11.33%
B=47.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167461930.130.7600.24289.3961.5146.86
HexA72EC1D4C0181213e2f
Octal24756301151140304417657
Binary101001111011101100000111011001100011000100100001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72EC1; }

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

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

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

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

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

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

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

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