#A72DE0

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

Shades of Dark Orchid #A72DE0

Tints of Dark Orchid #A72DE0

Color information

#A72DE0 (or 0xA72DE0) is unknown color: approx Dark Orchid. HEX triplet: A7, 2D and E0. RGB value is (167,45,224). Sum of RGB (Red+Green+Blue) = 167+45+224=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #A72DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72DE0 is #58D21F. Grayscale: #656565. Windows color (decimal): -5820960 or 14691751. OLE color: 14691751.

HSL color Cylindrical-coordinate representation of color #A72DE0: hue angle of 280.89º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A72DE0 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB16745224-
CMYK0.250.8000.12
HSL280.89º74.27%52.75%-
HSV(B)280.89º79.91%87.84%-
XYZ30.3315.4771.91-
YUV101.88196.92174.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.30%
GREEN value IS 45 (17.97% from 255) = 10.32%
BLUE value IS 224 (87.89% from 255) = 51.38%
R=38.30%
G=10.32%
B=51.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal167452240.250.8000.12280.8974.2752.75
HexA72DE019500C1194a35
Octal247553403112001443111265
Binary1010011110110111100000110011010000011001000110011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72DE0; }

 p { color: rgb(167,45,224); }

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

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

 a { background-color: rgb(167,45,224); }

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

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

 span { border-color: rgb(167,45,224); }

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