#A21BB6

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

Shades of Dark Orchid #A21BB6

Tints of Dark Orchid #A21BB6

Color information

#A21BB6 (or 0xA21BB6) is unknown color: approx Dark Orchid. HEX triplet: A2, 1B and B6. RGB value is (162,27,182). Sum of RGB (Red+Green+Blue) = 162+27+182=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #A21BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BB6 is #5DE449. Grayscale: #545454. Windows color (decimal): -6153290 or 11934626. OLE color: 11934626.

HSL color Cylindrical-coordinate representation of color #A21BB6: hue angle of 292.26º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21BB6 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16227182-
CMYK0.110.8500.29
HSL292.26º74.16%40.98%-
HSV(B)292.26º85.16%71.37%-
XYZ23.7411.8445.29-
YUV85.04182.73182.9-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 27 (10.94% from 255) = 7.28%
BLUE value IS 182 (71.48% from 255) = 49.06%
R=43.67%
G=7.28%
B=49.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162271820.110.8500.29292.2674.1640.98
HexA21BB6B5501D1244a29
Octal242332661312503544411251
Binary101000101101110110110101110101010111011001001001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21BB6; }

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

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

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

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

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

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

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

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