#AB0386

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

Shades of Medium Violet Red #AB0386

Tints of Medium Violet Red #AB0386

Color information

#AB0386 (or 0xAB0386) is unknown color: approx Medium Violet Red. HEX triplet: AB, 03 and 86. RGB value is (171,3,134). Sum of RGB (Red+Green+Blue) = 171+3+134=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0386 is #54FC79. Grayscale: #434343. Windows color (decimal): -5569658 or 8782763. OLE color: 8782763.

HSL color Cylindrical-coordinate representation of color #AB0386: hue angle of 313.21º 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 #AB0386 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB1713134-
CMYK00.980.220.33
HSL313.21º96.55%34.12%-
HSV(B)313.21º98.25%67.06%-
XYZ21.1310.4423.46-
YUV68.17165.16201.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.52%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 134 (52.73% from 255) = 43.51%
R=55.52%
G=0.97%
B=43.51%

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
Decimal171313400.980.220.33313.2196.5534.12
HexAB38606216211396122
Octal25332060142264147114142
Binary10101011111000011001100010101101000011001110011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB0386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB0386; }

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

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

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

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

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

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

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

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