Html Css Color HEX #AB1180 Medium Violet Red

📋 copy color: '#AB1180'

red 171 ◦ green 17 ◦ blue 128

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

Shades of Medium Violet Red #AB1180

Tints of Medium Violet Red #AB1180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.38%

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 54.11%
G = 5.38%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB1180 (or 0xAB1180) is known color: Medium Violet Red. HEX triplet: AB, 11 and 80. RGB value is (171,17,128). Sum of RGB (Red+Green+Blue) = 171+17+128=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1180 is #54EE7F. Grayscale: #4B4B4B. Windows color (decimal): -5566080 or 8393131. OLE color: 8393131.

HSL color Cylindrical-coordinate representation of color #AB1180: hue angle of 316.75º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB1180 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 17 128 -
CMYK 0 0.90 0.25 0.33
HSL 316.75º 0.82% 0.37% -
HSV(B) 316.75º 0.9% 0.67% -
XYZ 20.89 10.62 21.37 -
YUV 75.7 157.52 195.97 -
System Red Green Blue C M Y K H S L
Decimal 171 17 128 0 0.90 0.25 0.33 316.75 0.82 0.37
Hex AB 11 80 0 5A 19 21 13D 52 25
Octal 253 21 200 0 132 31 41 475 122 45
Binary 10101011 10001 10000000 0 1011010 11001 100001 100111101 1010010 100101

Color Harmonies of #AB1180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1180

Black with #AB1180

Text Example


Text Example

White with #AB1180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1180; }

 p { color: rgb(171,17,128); }

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

background-color css

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

 a { background-color: rgb(171,17,128); }

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

border-color css

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

 span { border-color: rgb(171,17,128); }

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