#AB3E98

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

Shades of Medium Red Violet #AB3E98

Tints of Medium Red Violet #AB3E98

Color information

#AB3E98 (or 0xAB3E98) is unknown color: approx Medium Red Violet. HEX triplet: AB, 3E and 98. RGB value is (171,62,152). Sum of RGB (Red+Green+Blue) = 171+62+152=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3E98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3E98 is #54C167. Grayscale: #686868. Windows color (decimal): -5554536 or 9977515. OLE color: 9977515.

HSL color Cylindrical-coordinate representation of color #AB3E98: hue angle of 310.46º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB3E98 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB17162152-
CMYK00.640.110.33
HSL310.46º46.78%45.69%-
HSV(B)310.46º63.74%67.06%-
XYZ24.1814.3731.2-
YUV104.85154.61175.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.42%
GREEN value IS 62 (24.61% from 255) = 16.10%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=44.42%
G=16.10%
B=39.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716215200.640.110.33310.4646.7845.69
HexAB3E98040B211362f2e
Octal25376230010013414665756
Binary1010101111111010011000010000001011100001100110110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3E98; }

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

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

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

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

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

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

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

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