Html Css Color HEX #AB127E Medium Violet Red

📋 copy color: '#AB127E'

red 171 ◦ green 18 ◦ blue 126

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

Shades of Medium Violet Red #AB127E

Tints of Medium Violet Red #AB127E

RGB

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

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

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

R = 54.29%
G = 5.71%
B = 40%

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

#AB127E (or 0xAB127E) is known color: Medium Violet Red. HEX triplet: AB, 12 and 7E. RGB value is (171,18,126). Sum of RGB (Red+Green+Blue) = 171+18+126=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB127E is #54ED81. Grayscale: #4B4B4B. Windows color (decimal): -5565826 or 8262315. OLE color: 8262315.

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

Color convert

RGB 171 18 126 -
CMYK 0 0.89 0.26 0.33
HSL 317.65º 0.81% 0.37% -
HSV(B) 317.65º 0.89% 0.67% -
XYZ 20.78 10.6 20.69 -
YUV 76.06 156.19 195.72 -
System Red Green Blue C M Y K H S L
Decimal 171 18 126 0 0.89 0.26 0.33 317.65 0.81 0.37
Hex AB 12 7E 0 59 1A 21 13E 51 25
Octal 253 22 176 0 131 32 41 476 121 45
Binary 10101011 10010 1111110 0 1011001 11010 100001 100111110 1010001 100101

Color Harmonies of #AB127E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB127E

Black with #AB127E

Text Example


Text Example

White with #AB127E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB127E; }

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

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

background-color css

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

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

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

border-color css

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

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

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