#AB3074

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

Shades of Medium Red Violet #AB3074

Tints of Medium Red Violet #AB3074

Color information

#AB3074 (or 0xAB3074) is unknown color: approx Medium Red Violet. HEX triplet: AB, 30 and 74. RGB value is (171,48,116). Sum of RGB (Red+Green+Blue) = 171+48+116=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3074 is #54CF8B. Grayscale: #5C5C5C. Windows color (decimal): -5558156 or 7614635. OLE color: 7614635.

HSL color Cylindrical-coordinate representation of color #AB3074: hue angle of 326.83º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB3074 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB17148116-
CMYK00.720.320.33
HSL326.83º56.16%42.94%-
HSV(B)326.83º71.93%67.06%-
XYZ2112.0317.74-
YUV92.53141.25183.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 48 (19.14% from 255) = 14.33%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=51.04%
G=14.33%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714811600.720.320.33326.8356.1642.94
HexAB30740482021147382b
Octal25360164011040415077053
Binary10101011110000111010001001000100000100001101000111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3074; }

 p { color: rgb(171,48,116); }

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

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

 a { background-color: rgb(171,48,116); }

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

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

 span { border-color: rgb(171,48,116); }

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