#AB3C8A

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

Shades of Medium Red Violet #AB3C8A

Tints of Medium Red Violet #AB3C8A

Color information

#AB3C8A (or 0xAB3C8A) is unknown color: approx Medium Red Violet. HEX triplet: AB, 3C and 8A. RGB value is (171,60,138). Sum of RGB (Red+Green+Blue) = 171+60+138=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3C8A is #54C375. Grayscale: #656565. Windows color (decimal): -5555062 or 9059499. OLE color: 9059499.

HSL color Cylindrical-coordinate representation of color #AB3C8A: hue angle of 317.84º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB3C8A is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB17160138-
CMYK00.650.190.33
HSL317.84º48.05%45.29%-
HSV(B)317.84º64.91%67.06%-
XYZ2313.7225.48-
YUV102.08148.27177.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.34%
GREEN value IS 60 (23.83% from 255) = 16.26%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=46.34%
G=16.26%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716013800.650.190.33317.8448.0545.29
HexAB3C8A041132113e302d
Octal25374212010123414766055
Binary10101011111100100010100100000110011100001100111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C8A; }

 p { color: rgb(171,60,138); }

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

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

 a { background-color: rgb(171,60,138); }

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

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

 span { border-color: rgb(171,60,138); }

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