#A22FAB

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

Shades of Dark Orchid #A22FAB

Tints of Dark Orchid #A22FAB

Color information

#A22FAB (or 0xA22FAB) is unknown color: approx Dark Orchid. HEX triplet: A2, 2F and AB. RGB value is (162,47,171). Sum of RGB (Red+Green+Blue) = 162+47+171=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 47 (18.75% from 255 or 12.37% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #A22FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22FAB is #5DD054. Grayscale: #5F5F5F. Windows color (decimal): -6148181 or 11218850. OLE color: 11218850.

HSL color Cylindrical-coordinate representation of color #A22FAB: hue angle of 295.65º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22FAB is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16247171-
CMYK0.050.7300.33
HSL295.65º56.88%42.75%-
HSV(B)295.65º72.51%67.06%-
XYZ23.2712.6539.74-
YUV95.52170.6175.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.63%
GREEN value IS 47 (18.75% from 255) = 12.37%
BLUE value IS 171 (67.19% from 255) = 45%
R=42.63%
G=12.37%
B=45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162471710.050.7300.33295.6556.8842.75
HexA22FAB549021128392b
Octal2425725351110414507153
Binary101000101011111010101110110010010100001100101000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22FAB; }

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

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

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

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

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

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

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

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