#A21ABD

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

Shades of Dark Orchid #A21ABD

Tints of Dark Orchid #A21ABD

Color information

#A21ABD (or 0xA21ABD) is unknown color: approx Dark Orchid. HEX triplet: A2, 1A and BD. RGB value is (162,26,189). Sum of RGB (Red+Green+Blue) = 162+26+189=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #A21ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ABD is #5DE542. Grayscale: #545454. Windows color (decimal): -6153539 or 12393122. OLE color: 12393122.

HSL color Cylindrical-coordinate representation of color #A21ABD: hue angle of 290.06º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A21ABD is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16226189-
CMYK0.140.8600.26
HSL290.06º75.81%42.16%-
HSV(B)290.06º86.24%74.12%-
XYZ24.4512.0949.19-
YUV85.25186.56182.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 26 (10.55% from 255) = 6.90%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=42.97%
G=6.90%
B=50.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162261890.140.8600.26290.0675.8142.16
HexA21ABDE5601A1224c2a
Octal242322751612603244211452
Binary101000101101010111101111010101100110101001000101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21ABD; }

 p { color: rgb(162,26,189); }

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

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

 a { background-color: rgb(162,26,189); }

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

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

 span { border-color: rgb(162,26,189); }

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