Html Css Color HEX #AB118D Medium Violet Red

📋 copy color: '#AB118D'

red 171 ◦ green 17 ◦ blue 141

#AB118D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #AB118D

Tints of Medium Violet Red #AB118D

RGB

 RED value IS 171 (67.19% from 255) = 51.98%

 GREEN value IS 17 (7.03% from 255) = 5.17%

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 51.98%
G = 5.17%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AB118D (or 0xAB118D) is known color: Medium Violet Red. HEX triplet: AB, 11 and 8D. RGB value is (171,17,141). Sum of RGB (Red+Green+Blue) = 171+17+141=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB118D is #54EE72. Grayscale: #4C4C4C. Windows color (decimal): -5566067 or 9245099. OLE color: 9245099.

HSL color Cylindrical-coordinate representation of color #AB118D: hue angle of 311.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB118D is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 141 -
CMYK 0 0.90 0.18 0.33
HSL 311.69º 0.82% 0.37% -
HSV(B) 311.69º 0.9% 0.67% -
XYZ 21.8 10.98 26.17 -
YUV 77.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 171 17 141 0 0.90 0.18 0.33 311.69 0.82 0.37
Hex AB 11 8D 0 5A 12 21 138 52 25
Octal 253 21 215 0 132 22 41 470 122 45
Binary 10101011 10001 10001101 0 1011010 10010 100001 100111000 1010010 100101

Color Harmonies of #AB118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB118D

Black with #AB118D

Text Example


Text Example

White with #AB118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB118D; }

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

 H1.HeaderClassName
 {
   color: #AB118D;
 }
 .AnyTagClassName
 {
   color: #AB118D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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