#A21AD1

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

Shades of Dark Orchid #A21AD1

Tints of Dark Orchid #A21AD1

Color information

#A21AD1 (or 0xA21AD1) is unknown color: approx Dark Orchid. HEX triplet: A2, 1A and D1. RGB value is (162,26,209). Sum of RGB (Red+Green+Blue) = 162+26+209=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 209 (82.03% from 255 or 52.64% from 397); Max value from RGB is 209 - color contains mainly: blue. Hex color #A21AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21AD1 is #5DE52E. Grayscale: #565656. Windows color (decimal): -6153519 or 13703842. OLE color: 13703842.

HSL color Cylindrical-coordinate representation of color #A21AD1: hue angle of 284.59º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21AD1 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16226209-
CMYK0.220.8800.18
HSL284.59º77.87%46.08%-
HSV(B)284.59º87.56%81.96%-
XYZ26.7813.0261.42-
YUV87.53196.56181.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 26 (10.55% from 255) = 6.55%
BLUE value IS 209 (82.03% from 255) = 52.64%
R=40.81%
G=6.55%
B=52.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal162262090.220.8800.18284.5977.8746.08
HexA21AD1165801211d4e2e
Octal242323212613002243511656
Binary1010001011010110100011011010110000100101000111011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21AD1; }

 p { color: rgb(162,26,209); }

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

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

 a { background-color: rgb(162,26,209); }

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

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

 span { border-color: rgb(162,26,209); }

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