Html Css Color HEX #AB117E Medium Violet Red

📋 copy color: '#AB117E'

red 171 ◦ green 17 ◦ blue 126

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

Shades of Medium Violet Red #AB117E

Tints of Medium Violet Red #AB117E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.13%

R = 54.46%
G = 5.41%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB117E (or 0xAB117E) is known color: Medium Violet Red. HEX triplet: AB, 11 and 7E. RGB value is (171,17,126). Sum of RGB (Red+Green+Blue) = 171+17+126=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB117E is #54EE81. Grayscale: #4B4B4B. Windows color (decimal): -5566082 or 8262059. OLE color: 8262059.

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

Color convert

RGB 171 17 126 -
CMYK 0 0.90 0.26 0.33
HSL 317.53º 0.82% 0.37% -
HSV(B) 317.53º 0.9% 0.67% -
XYZ 20.76 10.57 20.68 -
YUV 75.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 171 17 126 0 0.90 0.26 0.33 317.53 0.82 0.37
Hex AB 11 7E 0 5A 1A 21 13E 52 25
Octal 253 21 176 0 132 32 41 476 122 45
Binary 10101011 10001 1111110 0 1011010 11010 100001 100111110 1010010 100101

Color Harmonies of #AB117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB117E

Black with #AB117E

Text Example


Text Example

White with #AB117E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB117E; }

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

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

background-color css

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

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

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

border-color css

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

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

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