#A21BD4

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

Shades of Dark Orchid #A21BD4

Tints of Dark Orchid #A21BD4

Color information

#A21BD4 (or 0xA21BD4) is unknown color: approx Dark Orchid. HEX triplet: A2, 1B and D4. RGB value is (162,27,212). Sum of RGB (Red+Green+Blue) = 162+27+212=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 212 (83.20% from 255 or 52.87% from 401); Max value from RGB is 212 - color contains mainly: blue. Hex color #A21BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BD4 is #5DE42B. Grayscale: #575757. Windows color (decimal): -6153260 or 13900706. OLE color: 13900706.

HSL color Cylindrical-coordinate representation of color #A21BD4: hue angle of 283.78º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21BD4 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16227212-
CMYK0.240.8700.17
HSL283.78º77.41%46.86%-
HSV(B)283.78º87.26%83.14%-
XYZ27.1813.2263.41-
YUV88.45197.73180.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.40%
GREEN value IS 27 (10.94% from 255) = 6.73%
BLUE value IS 212 (83.20% from 255) = 52.87%
R=40.40%
G=6.73%
B=52.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162272120.240.8700.17283.7877.4146.86
HexA21BD4185701111c4d2f
Octal242333243012702143411557
Binary1010001011011110101001100010101110100011000111001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21BD4; }

 p { color: rgb(162,27,212); }

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

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

 a { background-color: rgb(162,27,212); }

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

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

 span { border-color: rgb(162,27,212); }

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