#A22EB1

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

Shades of Dark Orchid #A22EB1

Tints of Dark Orchid #A22EB1

Color information

#A22EB1 (or 0xA22EB1) is unknown color: approx Dark Orchid. HEX triplet: A2, 2E and B1. RGB value is (162,46,177). Sum of RGB (Red+Green+Blue) = 162+46+177=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #A22EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22EB1 is #5DD14E. Grayscale: #5F5F5F. Windows color (decimal): -6148431 or 11611810. OLE color: 11611810.

HSL color Cylindrical-coordinate representation of color #A22EB1: hue angle of 293.13º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22EB1 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16246177-
CMYK0.080.7400.31
HSL293.13º58.74%43.73%-
HSV(B)293.13º74.01%69.41%-
XYZ23.8112.8142.81-
YUV95.62173.93175.35-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 46 (18.36% from 255) = 11.95%
BLUE value IS 177 (69.53% from 255) = 45.97%
R=42.08%
G=11.95%
B=45.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162461770.080.7400.31293.1358.7443.73
HexA22EB184A01F1253b2c
Octal24256261101120374457354
Binary101000101011101011000110001001010011111100100101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22EB1; }

 p { color: rgb(162,46,177); }

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

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

 a { background-color: rgb(162,46,177); }

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

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

 span { border-color: rgb(162,46,177); }

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