Html Css Color HEX #AB127F Medium Violet Red

📋 copy color: '#AB127F'

red 171 ◦ green 18 ◦ blue 127

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

Shades of Medium Violet Red #AB127F

Tints of Medium Violet Red #AB127F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.19%

R = 54.11%
G = 5.7%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AB127F (or 0xAB127F) is known color: Medium Violet Red. HEX triplet: AB, 12 and 7F. RGB value is (171,18,127). Sum of RGB (Red+Green+Blue) = 171+18+127=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB127F is #54ED80. Grayscale: #4B4B4B. Windows color (decimal): -5565825 or 8327851. OLE color: 8327851.

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

Color convert

RGB 171 18 127 -
CMYK 0 0.89 0.26 0.33
HSL 317.25º 0.81% 0.37% -
HSV(B) 317.25º 0.89% 0.67% -
XYZ 20.84 10.62 21.03 -
YUV 76.17 156.69 195.64 -
System Red Green Blue C M Y K H S L
Decimal 171 18 127 0 0.89 0.26 0.33 317.25 0.81 0.37
Hex AB 12 7F 0 59 1A 21 13D 51 25
Octal 253 22 177 0 131 32 41 475 121 45
Binary 10101011 10010 1111111 0 1011001 11010 100001 100111101 1010001 100101

Color Harmonies of #AB127F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB127F

Black with #AB127F

Text Example


Text Example

White with #AB127F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB127F; }

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

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

background-color css

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

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

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

border-color css

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

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

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