#AB0385

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

Shades of Medium Violet Red #AB0385

Tints of Medium Violet Red #AB0385

Color information

#AB0385 (or 0xAB0385) is unknown color: approx Medium Violet Red. HEX triplet: AB, 03 and 85. RGB value is (171,3,133). Sum of RGB (Red+Green+Blue) = 171+3+133=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0385 is #54FC7A. Grayscale: #434343. Windows color (decimal): -5569659 or 8717227. OLE color: 8717227.

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

Color convert

RGB1713133-
CMYK00.980.220.33
HSL313.57º96.55%34.12%-
HSV(B)313.57º98.25%67.06%-
XYZ21.0610.4223.09-
YUV68.05164.66201.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 133 (52.34% from 255) = 43.32%
R=55.70%
G=0.98%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171313300.980.220.33313.5796.5534.12
HexAB385062162113a6122
Octal25332050142264147214142
Binary10101011111000010101100010101101000011001110101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0385; }

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

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

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

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

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

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

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

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