Html Css Color HEX #AB1E86 Medium Red Violet

📋 copy color: '#AB1E86'

red 171 ◦ green 30 ◦ blue 134

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

Shades of Medium Red Violet #AB1E86

Tints of Medium Red Violet #AB1E86

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.96%

 BLUE value IS 134 (52.73% from 255) = 40%

R = 51.04%
G = 8.96%
B = 40%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB1E86 (or 0xAB1E86) is known color: Medium Red Violet. HEX triplet: AB, 1E and 86. RGB value is (171,30,134). Sum of RGB (Red+Green+Blue) = 171+30+134=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1E86 is #54E179. Grayscale: #535353. Windows color (decimal): -5562746 or 8789675. OLE color: 8789675.

HSL color Cylindrical-coordinate representation of color #AB1E86: hue angle of 315.74º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB1E86 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 30 134 -
CMYK 0 0.82 0.22 0.33
HSL 315.74º 0.7% 0.39% -
HSV(B) 315.74º 0.82% 0.67% -
XYZ 21.56 11.31 23.6 -
YUV 84.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 171 30 134 0 0.82 0.22 0.33 315.74 0.7 0.39
Hex AB 1E 86 0 52 16 21 13C 46 27
Octal 253 36 206 0 122 26 41 474 106 47
Binary 10101011 11110 10000110 0 1010010 10110 100001 100111100 1000110 100111

Color Harmonies of #AB1E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1E86

Black with #AB1E86

Text Example


Text Example

White with #AB1E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1E86; }

 p { color: rgb(171,30,134); }

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

background-color css

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

 a { background-color: rgb(171,30,134); }

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

border-color css

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

 span { border-color: rgb(171,30,134); }

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