#AB3585

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

Shades of Medium Red Violet #AB3585

Tints of Medium Red Violet #AB3585

Color information

#AB3585 (or 0xAB3585) is unknown color: approx Medium Red Violet. HEX triplet: AB, 35 and 85. RGB value is (171,53,133). Sum of RGB (Red+Green+Blue) = 171+53+133=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3585 is #54CA7A. Grayscale: #616161. Windows color (decimal): -5556859 or 8730027. OLE color: 8730027.

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

Color convert

RGB17153133-
CMYK00.690.220.33
HSL319.32º52.68%43.92%-
HSV(B)319.32º69.01%67.06%-
XYZ22.312.923.5-
YUV97.4148.09180.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 53 (21.09% from 255) = 14.85%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=47.90%
G=14.85%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715313300.690.220.33319.3252.6843.92
HexAB3585045162113f352c
Octal25365205010526414776554
Binary10101011110101100001010100010110110100001100111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3585; }

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

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

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

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

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

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

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

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