Html Css Color HEX #AB147C Medium Violet Red

📋 copy color: '#AB147C'

red 171 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #AB147C

Tints of Medium Violet Red #AB147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

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

R = 54.29%
G = 6.35%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB147C (or 0xAB147C) is known color: Medium Violet Red. HEX triplet: AB, 14 and 7C. RGB value is (171,20,124). Sum of RGB (Red+Green+Blue) = 171+20+124=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB147C is #54EB83. Grayscale: #4C4C4C. Windows color (decimal): -5565316 or 8131755. OLE color: 8131755.

HSL color Cylindrical-coordinate representation of color #AB147C: hue angle of 318.68º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB147C is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 20 124 -
CMYK 0 0.88 0.27 0.33
HSL 318.68º 0.79% 0.37% -
HSV(B) 318.68º 0.88% 0.67% -
XYZ 20.68 10.61 20.03 -
YUV 77.01 154.53 195.04 -
System Red Green Blue C M Y K H S L
Decimal 171 20 124 0 0.88 0.27 0.33 318.68 0.79 0.37
Hex AB 14 7C 0 58 1B 21 13F 4F 25
Octal 253 24 174 0 130 33 41 477 117 45
Binary 10101011 10100 1111100 0 1011000 11011 100001 100111111 1001111 100101

Color Harmonies of #AB147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB147C

Black with #AB147C

Text Example


Text Example

White with #AB147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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