#AB3C98

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

Shades of Medium Red Violet #AB3C98

Tints of Medium Red Violet #AB3C98

Color information

#AB3C98 (or 0xAB3C98) is unknown color: approx Medium Red Violet. HEX triplet: AB, 3C and 98. RGB value is (171,60,152). Sum of RGB (Red+Green+Blue) = 171+60+152=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 60 (23.83% from 255 or 15.67% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3C98 is #54C367. Grayscale: #676767. Windows color (decimal): -5555048 or 9977003. OLE color: 9977003.

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

Color convert

RGB17160152-
CMYK00.650.110.33
HSL310.27º48.05%45.29%-
HSV(B)310.27º64.91%67.06%-
XYZ24.0814.1631.17-
YUV103.68155.27176.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.65%
GREEN value IS 60 (23.83% from 255) = 15.67%
BLUE value IS 152 (59.77% from 255) = 39.69%
R=44.65%
G=15.67%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716015200.650.110.33310.2748.0545.29
HexAB3C98041B21136302d
Octal25374230010113414666055
Binary1010101111110010011000010000011011100001100110110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C98; }

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

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

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

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

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

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

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

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