#AB2BA2

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

Shades of Medium Red Violet #AB2BA2

Tints of Medium Red Violet #AB2BA2

Color information

#AB2BA2 (or 0xAB2BA2) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2B and A2. RGB value is (171,43,162). Sum of RGB (Red+Green+Blue) = 171+43+162=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2BA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2BA2 is #54D45D. Grayscale: #5E5E5E. Windows color (decimal): -5559390 or 10628011. OLE color: 10628011.

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

Color convert

RGB17143162-
CMYK00.750.050.33
HSL304.22º59.81%41.96%-
HSV(B)304.22º74.85%67.06%-
XYZ24.1812.9935.42-
YUV94.84165.91182.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 43 (17.19% from 255) = 11.44%
BLUE value IS 162 (63.67% from 255) = 43.09%
R=45.48%
G=11.44%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714316200.750.050.33304.2259.8141.96
HexAB2BA204B5211303c2a
Octal2535324201135414607452
Binary101010111010111010001001001011101100001100110000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2BA2; }

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

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

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

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

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

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

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

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