#A21DAD

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

Shades of Dark Orchid #A21DAD

Tints of Dark Orchid #A21DAD

Color information

#A21DAD (or 0xA21DAD) is unknown color: approx Dark Orchid. HEX triplet: A2, 1D and AD. RGB value is (162,29,173). Sum of RGB (Red+Green+Blue) = 162+29+173=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #A21DAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21DAD is #5DE252. Grayscale: #545454. Windows color (decimal): -6152787 or 11345314. OLE color: 11345314.

HSL color Cylindrical-coordinate representation of color #A21DAD: hue angle of 295.42º degrees, saturation: 0.71, 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 #A21DAD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16229173-
CMYK0.060.8300.32
HSL295.42º71.29%39.61%-
HSV(B)295.42º83.24%67.84%-
XYZ22.8811.5840.56-
YUV85.18177.56182.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 29 (11.72% from 255) = 7.97%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=44.51%
G=7.97%
B=47.53%

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
Decimal162291730.060.8300.32295.4271.2939.61
HexA21DAD6530201274728
Octal24235255612304044710750
Binary101000101110110101101110101001101000001001001111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21DAD; }

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

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

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

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

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

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

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

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