Html Css Color HEX #AB1EA0 Medium Red Violet

📋 copy color: '#AB1EA0'

red 171 ◦ green 30 ◦ blue 160

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

Shades of Medium Red Violet #AB1EA0

Tints of Medium Red Violet #AB1EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.32%

R = 47.37%
G = 8.31%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AB1EA0 (or 0xAB1EA0) is known color: Medium Red Violet. HEX triplet: AB, 1E and A0. RGB value is (171,30,160). Sum of RGB (Red+Green+Blue) = 171+30+160=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 160 (62.89% from 255 or 44.32% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1EA0 is #54E15F. Grayscale: #565656. Windows color (decimal): -5562720 or 10493611. OLE color: 10493611.

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

Color convert

RGB 171 30 160 -
CMYK 0 0.82 0.06 0.33
HSL 304.68º 0.7% 0.39% -
HSV(B) 304.68º 0.82% 0.67% -
XYZ 23.6 12.12 34.35 -
YUV 86.98 169.21 187.93 -
System Red Green Blue C M Y K H S L
Decimal 171 30 160 0 0.82 0.06 0.33 304.68 0.7 0.39
Hex AB 1E A0 0 52 6 21 131 46 27
Octal 253 36 240 0 122 6 41 461 106 47
Binary 10101011 11110 10100000 0 1010010 110 100001 100110001 1000110 100111

Color Harmonies of #AB1EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1EA0

Black with #AB1EA0

Text Example


Text Example

White with #AB1EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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