Html Css Color HEX #AB127C Medium Violet Red

📋 copy color: '#AB127C'

red 171 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #AB127C

Tints of Medium Violet Red #AB127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.75%

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

R = 54.63%
G = 5.75%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AB127C (or 0xAB127C) is known color: Medium Violet Red. HEX triplet: AB, 12 and 7C. RGB value is (171,18,124). Sum of RGB (Red+Green+Blue) = 171+18+124=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 18 (7.42% from 255 or 5.75% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB127C is #54ED83. Grayscale: #4B4B4B. Windows color (decimal): -5565828 or 8131243. OLE color: 8131243.

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

Color convert

RGB 171 18 124 -
CMYK 0 0.89 0.27 0.33
HSL 318.43º 0.81% 0.37% -
HSV(B) 318.43º 0.89% 0.67% -
XYZ 20.65 10.55 20.02 -
YUV 75.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 171 18 124 0 0.89 0.27 0.33 318.43 0.81 0.37
Hex AB 12 7C 0 59 1B 21 13E 51 25
Octal 253 22 174 0 131 33 41 476 121 45
Binary 10101011 10010 1111100 0 1011001 11011 100001 100111110 1010001 100101

Color Harmonies of #AB127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB127C

Black with #AB127C

Text Example


Text Example

White with #AB127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB127C; }

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

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

background-color css

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

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

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

border-color css

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

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

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