#AB418D

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

Shades of Medium Red Violet #AB418D

Tints of Medium Red Violet #AB418D

Color information

#AB418D (or 0xAB418D) is unknown color: approx Medium Red Violet. HEX triplet: AB, 41 and 8D. RGB value is (171,65,141). Sum of RGB (Red+Green+Blue) = 171+65+141=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB418D is #54BE72. Grayscale: #696969. Windows color (decimal): -5553779 or 9257387. OLE color: 9257387.

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

Color convert

RGB17165141-
CMYK00.620.180.33
HSL316.98º44.92%46.27%-
HSV(B)316.98º61.99%67.06%-
XYZ23.4914.3626.73-
YUV105.36148.12174.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 65 (25.78% from 255) = 17.24%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=45.36%
G=17.24%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716514100.620.180.33316.9844.9246.27
HexAB418D03E122113d2d2e
Octal25310121507622414755556
Binary10101011100000110001101011111010010100001100111101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB418D; }

 p { color: rgb(171,65,141); }

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

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

 a { background-color: rgb(171,65,141); }

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

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

 span { border-color: rgb(171,65,141); }

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