#A21BBE

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

Shades of Dark Orchid #A21BBE

Tints of Dark Orchid #A21BBE

Color information

#A21BBE (or 0xA21BBE) is unknown color: approx Dark Orchid. HEX triplet: A2, 1B and BE. RGB value is (162,27,190). Sum of RGB (Red+Green+Blue) = 162+27+190=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #A21BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21BBE is #5DE441. Grayscale: #555555. Windows color (decimal): -6153282 or 12458914. OLE color: 12458914.

HSL color Cylindrical-coordinate representation of color #A21BBE: hue angle of 289.69º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21BBE is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16227190-
CMYK0.150.8600.25
HSL289.69º75.12%42.55%-
HSV(B)289.69º85.79%74.51%-
XYZ24.5912.1849.77-
YUV85.95186.73182.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.74%
GREEN value IS 27 (10.94% from 255) = 7.12%
BLUE value IS 190 (74.61% from 255) = 50.13%
R=42.74%
G=7.12%
B=50.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162271900.150.8600.25289.6975.1242.55
HexA21BBEF560191224b2b
Octal242332761712603144211353
Binary101000101101110111110111110101100110011001000101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21BBE; }

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

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

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

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

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

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

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

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