#A621DD

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

Shades of Dark Orchid #A621DD

Tints of Dark Orchid #A621DD

Color information

#A621DD (or 0xA621DD) is unknown color: approx Dark Orchid. HEX triplet: A6, 21 and DD. RGB value is (166,33,221). Sum of RGB (Red+Green+Blue) = 166+33+221=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #A621DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A621DD is #59DE22. Grayscale: #5D5D5D. Windows color (decimal): -5889571 or 14492070. OLE color: 14492070.

HSL color Cylindrical-coordinate representation of color #A621DD: hue angle of 282.45º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A621DD is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16633221-
CMYK0.250.8500.13
HSL282.45º74.02%49.8%-
HSV(B)282.45º85.07%86.67%-
XYZ29.3214.4269.64-
YUV94.2199.56179.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.52%
GREEN value IS 33 (13.28% from 255) = 7.86%
BLUE value IS 221 (86.72% from 255) = 52.62%
R=39.52%
G=7.86%
B=52.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal166332210.250.8500.13282.4574.0249.8
HexA621DD19550D11a4a32
Octal246413353112501543211262
Binary1010011010000111011101110011010101011011000110101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A621DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A621DD; }

 p { color: rgb(166,33,221); }

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

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

 a { background-color: rgb(166,33,221); }

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

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

 span { border-color: rgb(166,33,221); }

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