#A21EAD

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

Shades of Dark Orchid #A21EAD

Tints of Dark Orchid #A21EAD

Color information

#A21EAD (or 0xA21EAD) is unknown color: approx Dark Orchid. HEX triplet: A2, 1E and AD. RGB value is (162,30,173). Sum of RGB (Red+Green+Blue) = 162+30+173=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #A21EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21EAD is #5DE152. Grayscale: #555555. Windows color (decimal): -6152531 or 11345570. OLE color: 11345570.

HSL color Cylindrical-coordinate representation of color #A21EAD: hue angle of 295.38º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21EAD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16230173-
CMYK0.060.8300.32
HSL295.38º70.44%39.8%-
HSV(B)295.38º82.66%67.84%-
XYZ22.9111.6340.57-
YUV85.77177.23182.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 30 (12.11% from 255) = 8.22%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=44.38%
G=8.22%
B=47.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal162301730.060.8300.32295.3870.4439.8
HexA21EAD6530201274628
Octal24236255612304044710650
Binary101000101111010101101110101001101000001001001111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21EAD; }

 p { color: rgb(162,30,173); }

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

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

 a { background-color: rgb(162,30,173); }

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

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

 span { border-color: rgb(162,30,173); }

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