Html Css Color HEX #AB118E Medium Violet Red

📋 copy color: '#AB118E'

red 171 ◦ green 17 ◦ blue 142

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

Shades of Medium Violet Red #AB118E

Tints of Medium Violet Red #AB118E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.03%

R = 51.82%
G = 5.15%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB118E (or 0xAB118E) is known color: Medium Violet Red. HEX triplet: AB, 11 and 8E. RGB value is (171,17,142). Sum of RGB (Red+Green+Blue) = 171+17+142=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB118E is #54EE71. Grayscale: #4C4C4C. Windows color (decimal): -5566066 or 9310635. OLE color: 9310635.

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

Color convert

RGB 171 17 142 -
CMYK 0 0.90 0.17 0.33
HSL 311.3º 0.82% 0.37% -
HSV(B) 311.3º 0.9% 0.67% -
XYZ 21.88 11.01 26.56 -
YUV 77.3 164.52 194.84 -
System Red Green Blue C M Y K H S L
Decimal 171 17 142 0 0.90 0.17 0.33 311.3 0.82 0.37
Hex AB 11 8E 0 5A 11 21 137 52 25
Octal 253 21 216 0 132 21 41 467 122 45
Binary 10101011 10001 10001110 0 1011010 10001 100001 100110111 1010010 100101

Color Harmonies of #AB118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB118E

Black with #AB118E

Text Example


Text Example

White with #AB118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB118E; }

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

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

background-color css

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

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

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

border-color css

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

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

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