Html Css Color HEX #AB117C Medium Violet Red

📋 copy color: '#AB117C'

red 171 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #AB117C

Tints of Medium Violet Red #AB117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 54.81%
G = 5.45%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB117C (or 0xAB117C) is known color: Medium Violet Red. HEX triplet: AB, 11 and 7C. RGB value is (171,17,124). Sum of RGB (Red+Green+Blue) = 171+17+124=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB117C is #54EE83. Grayscale: #4A4A4A. Windows color (decimal): -5566084 or 8130987. OLE color: 8130987.

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

Color convert

RGB 171 17 124 -
CMYK 0 0.90 0.27 0.33
HSL 318.31º 0.82% 0.37% -
HSV(B) 318.31º 0.9% 0.67% -
XYZ 20.63 10.51 20.01 -
YUV 75.24 155.52 196.3 -
System Red Green Blue C M Y K H S L
Decimal 171 17 124 0 0.90 0.27 0.33 318.31 0.82 0.37
Hex AB 11 7C 0 5A 1B 21 13E 52 25
Octal 253 21 174 0 132 33 41 476 122 45
Binary 10101011 10001 1111100 0 1011010 11011 100001 100111110 1010010 100101

Color Harmonies of #AB117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB117C

Black with #AB117C

Text Example


Text Example

White with #AB117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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