#AB3C9A

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

Shades of Medium Red Violet #AB3C9A

Tints of Medium Red Violet #AB3C9A

Color information

#AB3C9A (or 0xAB3C9A) is unknown color: approx Medium Red Violet. HEX triplet: AB, 3C and 9A. RGB value is (171,60,154). Sum of RGB (Red+Green+Blue) = 171+60+154=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3C9A is #54C365. Grayscale: #676767. Windows color (decimal): -5555046 or 10108075. OLE color: 10108075.

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

Color convert

RGB17160154-
CMYK00.650.100.33
HSL309.19º48.05%45.29%-
HSV(B)309.19º64.91%67.06%-
XYZ24.2414.2232.04-
YUV103.9156.27175.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 154 (60.55% from 255) = 40%
R=44.42%
G=15.58%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716015400.650.100.33309.1948.0545.29
HexAB3C9A041A21135302d
Octal25374232010112414656055
Binary1010101111110010011010010000011010100001100110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C9A; }

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

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

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

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

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

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

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

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