Html Css Color HEX #AB1282 Medium Violet Red

📋 copy color: '#AB1282'

red 171 ◦ green 18 ◦ blue 130

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

Shades of Medium Violet Red #AB1282

Tints of Medium Violet Red #AB1282

RGB

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

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

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

R = 53.61%
G = 5.64%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB1282 (or 0xAB1282) is known color: Medium Violet Red. HEX triplet: AB, 12 and 82. RGB value is (171,18,130). Sum of RGB (Red+Green+Blue) = 171+18+130=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1282 is #54ED7D. Grayscale: #4C4C4C. Windows color (decimal): -5565822 or 8524459. OLE color: 8524459.

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

Color convert

RGB 171 18 130 -
CMYK 0 0.89 0.24 0.33
HSL 316.08º 0.81% 0.37% -
HSV(B) 316.08º 0.89% 0.67% -
XYZ 21.04 10.7 22.08 -
YUV 76.52 158.19 195.39 -
System Red Green Blue C M Y K H S L
Decimal 171 18 130 0 0.89 0.24 0.33 316.08 0.81 0.37
Hex AB 12 82 0 59 18 21 13C 51 25
Octal 253 22 202 0 131 30 41 474 121 45
Binary 10101011 10010 10000010 0 1011001 11000 100001 100111100 1010001 100101

Color Harmonies of #AB1282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1282

Black with #AB1282

Text Example


Text Example

White with #AB1282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1282; }

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

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

background-color css

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

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

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

border-color css

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

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

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