#AB4285

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

Shades of Medium Red Violet #AB4285

Tints of Medium Red Violet #AB4285

Color information

#AB4285 (or 0xAB4285) is unknown color: approx Medium Red Violet. HEX triplet: AB, 42 and 85. RGB value is (171,66,133). Sum of RGB (Red+Green+Blue) = 171+66+133=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4285 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4285 is #54BD7A. Grayscale: #686868. Windows color (decimal): -5553531 or 8733355. OLE color: 8733355.

HSL color Cylindrical-coordinate representation of color #AB4285: hue angle of 321.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4285 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB17166133-
CMYK00.610.220.33
HSL321.71º44.3%46.47%-
HSV(B)321.71º61.4%67.06%-
XYZ22.9814.2523.73-
YUV105.03143.79175.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 66 (26.17% from 255) = 17.84%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=46.22%
G=17.84%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716613300.610.220.33321.7144.346.47
HexAB428503D16211422c2e
Octal25310220507526415025456
Binary10101011100001010000101011110110110100001101000010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4285; }

 p { color: rgb(171,66,133); }

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

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

 a { background-color: rgb(171,66,133); }

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

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

 span { border-color: rgb(171,66,133); }

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