Html Css Color HEX #AB2981 Medium Red Violet

📋 copy color: '#AB2981'

red 171 ◦ green 41 ◦ blue 129

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

Shades of Medium Red Violet #AB2981

Tints of Medium Red Violet #AB2981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

 BLUE value IS 129 (50.78% from 255) = 37.83%

R = 50.15%
G = 12.02%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AB2981 (or 0xAB2981) is known color: Medium Red Violet. HEX triplet: AB, 29 and 81. RGB value is (171,41,129). Sum of RGB (Red+Green+Blue) = 171+41+129=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2981 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2981 is #54D67E. Grayscale: #595959. Windows color (decimal): -5559935 or 8464811. OLE color: 8464811.

HSL color Cylindrical-coordinate representation of color #AB2981: hue angle of 319.38º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2981 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 41 129 -
CMYK 0 0.76 0.25 0.33
HSL 319.38º 0.61% 0.42% -
HSV(B) 319.38º 0.76% 0.67% -
XYZ 21.55 11.83 21.92 -
YUV 89.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 171 41 129 0 0.76 0.25 0.33 319.38 0.61 0.42
Hex AB 29 81 0 4C 19 21 13F 3D 2A
Octal 253 51 201 0 114 31 41 477 75 52
Binary 10101011 101001 10000001 0 1001100 11001 100001 100111111 111101 101010

Color Harmonies of #AB2981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2981

Black with #AB2981

Text Example


Text Example

White with #AB2981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2981; }

 p { color: rgb(171,41,129); }

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

background-color css

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

 a { background-color: rgb(171,41,129); }

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

border-color css

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

 span { border-color: rgb(171,41,129); }

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