#A220B2

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

Shades of Dark Orchid #A220B2

Tints of Dark Orchid #A220B2

Color information

#A220B2 (or 0xA220B2) is unknown color: approx Dark Orchid. HEX triplet: A2, 20 and B2. RGB value is (162,32,178). Sum of RGB (Red+Green+Blue) = 162+32+178=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #A220B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A220B2 is #5DDF4D. Grayscale: #575757. Windows color (decimal): -6152014 or 11673762. OLE color: 11673762.

HSL color Cylindrical-coordinate representation of color #A220B2: hue angle of 293.42º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A220B2 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16232178-
CMYK0.090.8200.30
HSL293.42º69.52%41.18%-
HSV(B)293.42º82.02%69.8%-
XYZ23.4511.9343.19-
YUV87.51179.07181.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 32 (12.89% from 255) = 8.60%
BLUE value IS 178 (69.92% from 255) = 47.85%
R=43.55%
G=8.60%
B=47.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162321780.090.8200.30293.4269.5241.18
HexA220B295201E1254629
Octal242402621112203644510651
Binary1010001010000010110010100110100100111101001001011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A220B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A220B2; }

 p { color: rgb(162,32,178); }

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

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

 a { background-color: rgb(162,32,178); }

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

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

 span { border-color: rgb(162,32,178); }

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