Html Css Color HEX #AB118F Medium Violet Red

📋 copy color: '#AB118F'

red 171 ◦ green 17 ◦ blue 143

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

Shades of Medium Violet Red #AB118F

Tints of Medium Violet Red #AB118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.2%

R = 51.66%
G = 5.14%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AB118F (or 0xAB118F) is known color: Medium Violet Red. HEX triplet: AB, 11 and 8F. RGB value is (171,17,143). Sum of RGB (Red+Green+Blue) = 171+17+143=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB118F is #54EE70. Grayscale: #4D4D4D. Windows color (decimal): -5566065 or 9376171. OLE color: 9376171.

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

Color convert

RGB 171 17 143 -
CMYK 0 0.90 0.16 0.33
HSL 310.91º 0.82% 0.37% -
HSV(B) 310.91º 0.9% 0.67% -
XYZ 21.95 11.04 26.96 -
YUV 77.41 165.02 194.75 -
System Red Green Blue C M Y K H S L
Decimal 171 17 143 0 0.90 0.16 0.33 310.91 0.82 0.37
Hex AB 11 8F 0 5A 10 21 137 52 25
Octal 253 21 217 0 132 20 41 467 122 45
Binary 10101011 10001 10001111 0 1011010 10000 100001 100110111 1010010 100101

Color Harmonies of #AB118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB118F

Black with #AB118F

Text Example


Text Example

White with #AB118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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