#A22A8B

Color #A22A8B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A22A8B

Tints of Medium Red Violet #A22A8B

Color information

#A22A8B (or 0xA22A8B) is unknown color: approx Medium Red Violet. HEX triplet: A2, 2A and 8B. RGB value is (162,42,139). Sum of RGB (Red+Green+Blue) = 162+42+139=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 42 (16.80% from 255 or 12.24% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22A8B is #5DD574. Grayscale: #585858. Windows color (decimal): -6149493 or 9120418. OLE color: 9120418.

HSL color Cylindrical-coordinate representation of color #A22A8B: hue angle of 311.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22A8B is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16242139-
CMYK00.740.140.36
HSL311.5º58.82%40%-
HSV(B)311.5º74.07%63.53%-
XYZ20.3911.225.51-
YUV88.94156.26180.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 42 (16.80% from 255) = 12.24%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=47.23%
G=12.24%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1624213900.740.140.36311.558.8240
HexA22A8B04AE241383b28
Octal24252213011216444707350
Binary1010001010101010001011010010101110100100100111000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22A8B; }

 p { color: rgb(162,42,139); }

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

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

 a { background-color: rgb(162,42,139); }

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

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

 span { border-color: rgb(162,42,139); }

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