#A21ABA

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

Shades of Dark Orchid #A21ABA

Tints of Dark Orchid #A21ABA

Color information

#A21ABA (or 0xA21ABA) is unknown color: approx Dark Orchid. HEX triplet: A2, 1A and BA. RGB value is (162,26,186). Sum of RGB (Red+Green+Blue) = 162+26+186=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #A21ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ABA is #5DE545. Grayscale: #545454. Windows color (decimal): -6153542 or 12196514. OLE color: 12196514.

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

Color convert

RGB16226186-
CMYK0.130.8600.27
HSL291º75.47%41.57%-
HSV(B)291º86.02%72.94%-
XYZ24.1311.9747.49-
YUV84.9185.06182.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 26 (10.55% from 255) = 6.95%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=43.32%
G=6.95%
B=49.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162261860.130.8600.2729175.4741.57
HexA21ABAD5601B1234b2a
Octal242322721512603344311352
Binary101000101101010111010110110101100110111001000111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21ABA; }

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

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

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

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

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

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

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

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