Html Css Color HEX #AB1182 Medium Violet Red

📋 copy color: '#AB1182'

red 171 ◦ green 17 ◦ blue 130

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

Shades of Medium Violet Red #AB1182

Tints of Medium Violet Red #AB1182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.88%

R = 53.77%
G = 5.35%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB1182 (or 0xAB1182) is known color: Medium Violet Red. HEX triplet: AB, 11 and 82. RGB value is (171,17,130). Sum of RGB (Red+Green+Blue) = 171+17+130=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1182 is #54EE7D. Grayscale: #4B4B4B. Windows color (decimal): -5566078 or 8524203. OLE color: 8524203.

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

Color convert

RGB 171 17 130 -
CMYK 0 0.90 0.24 0.33
HSL 315.97º 0.82% 0.37% -
HSV(B) 315.97º 0.9% 0.67% -
XYZ 21.02 10.67 22.07 -
YUV 75.93 158.52 195.81 -
System Red Green Blue C M Y K H S L
Decimal 171 17 130 0 0.90 0.24 0.33 315.97 0.82 0.37
Hex AB 11 82 0 5A 18 21 13C 52 25
Octal 253 21 202 0 132 30 41 474 122 45
Binary 10101011 10001 10000010 0 1011010 11000 100001 100111100 1010010 100101

Color Harmonies of #AB1182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1182

Black with #AB1182

Text Example


Text Example

White with #AB1182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1182; }

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

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

background-color css

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

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

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

border-color css

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

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

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