#A21EDD

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

Shades of Dark Orchid #A21EDD

Tints of Dark Orchid #A21EDD

Color information

#A21EDD (or 0xA21EDD) is unknown color: approx Dark Orchid. HEX triplet: A2, 1E and DD. RGB value is (162,30,221). Sum of RGB (Red+Green+Blue) = 162+30+221=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 30 (12.11% from 255 or 7.26% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #A21EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21EDD is #5DE122. Grayscale: #5A5A5A. Windows color (decimal): -6152483 or 14491298. OLE color: 14491298.

HSL color Cylindrical-coordinate representation of color #A21EDD: hue angle of 281.47º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21EDD is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16230221-
CMYK0.270.8600.13
HSL281.47º76.1%49.22%-
HSV(B)281.47º86.43%86.67%-
XYZ28.4213.8369.58-
YUV91.24201.23178.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 30 (12.11% from 255) = 7.26%
BLUE value IS 221 (86.72% from 255) = 53.51%
R=39.23%
G=7.26%
B=53.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal162302210.270.8600.13281.4776.149.22
HexA21EDD1B560D1194c31
Octal242363353312601543111461
Binary101000101111011011101110111010110011011000110011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21EDD; }

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

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

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

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

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

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

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

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