#A221BA

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

Shades of Dark Orchid #A221BA

Tints of Dark Orchid #A221BA

Color information

#A221BA (or 0xA221BA) is unknown color: approx Dark Orchid. HEX triplet: A2, 21 and BA. RGB value is (162,33,186). Sum of RGB (Red+Green+Blue) = 162+33+186=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #A221BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221BA is #5DDE45. Grayscale: #585858. Windows color (decimal): -6151750 or 12198306. OLE color: 12198306.

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

Color convert

RGB16233186-
CMYK0.130.8200.27
HSL290.59º69.86%42.94%-
HSV(B)290.59º82.26%72.94%-
XYZ24.3112.3147.55-
YUV89.01182.74180.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 33 (13.28% from 255) = 8.66%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=42.52%
G=8.66%
B=48.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162331860.130.8200.27290.5969.8642.94
HexA221BAD5201B123462b
Octal242412721512203344310653
Binary1010001010000110111010110110100100110111001000111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A221BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A221BA; }

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

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

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

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

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

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

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

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