#A22FB9

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

Shades of Dark Orchid #A22FB9

Tints of Dark Orchid #A22FB9

Color information

#A22FB9 (or 0xA22FB9) is unknown color: approx Dark Orchid. HEX triplet: A2, 2F and B9. RGB value is (162,47,185). Sum of RGB (Red+Green+Blue) = 162+47+185=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 185 - color contains mainly: blue. Hex color #A22FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FB9 is #5DD046. Grayscale: #606060. Windows color (decimal): -6148167 or 12136354. OLE color: 12136354.

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

Color convert

RGB16247185-
CMYK0.120.7500.27
HSL290º59.48%45.49%-
HSV(B)290º74.59%72.55%-
XYZ24.6713.2247.15-
YUV97.12177.6174.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 47 (18.75% from 255) = 11.93%
BLUE value IS 185 (72.66% from 255) = 46.95%
R=41.12%
G=11.93%
B=46.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162471850.120.7500.2729059.4845.49
HexA22FB9C4B01B1223b2d
Octal24257271141130334427355
Binary101000101011111011100111001001011011011100100010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22FB9; }

 p { color: rgb(162,47,185); }

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

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

 a { background-color: rgb(162,47,185); }

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

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

 span { border-color: rgb(162,47,185); }

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