#A221BE

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

Shades of Dark Orchid #A221BE

Tints of Dark Orchid #A221BE

Color information

#A221BE (or 0xA221BE) is unknown color: approx Dark Orchid. HEX triplet: A2, 21 and BE. RGB value is (162,33,190). Sum of RGB (Red+Green+Blue) = 162+33+190=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #A221BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A221BE is #5DDE41. Grayscale: #585858. Windows color (decimal): -6151746 or 12460450. OLE color: 12460450.

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

Color convert

RGB16233190-
CMYK0.150.8300.25
HSL289.3º70.4%43.73%-
HSV(B)289.3º82.63%74.51%-
XYZ24.7412.4949.82-
YUV89.47184.74179.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 33 (13.28% from 255) = 8.57%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=42.08%
G=8.57%
B=49.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162331900.150.8300.25289.370.443.73
HexA221BEF53019121462c
Octal242412761712303144110654
Binary1010001010000110111110111110100110110011001000011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A221BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A221BE; }

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

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

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

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

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

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

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

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