Html Css Color HEX #AB2973 Medium Red Violet

📋 copy color: '#AB2973'

red 171 ◦ green 41 ◦ blue 115

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

Shades of Medium Red Violet #AB2973

Tints of Medium Red Violet #AB2973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 35.17%

R = 52.29%
G = 12.54%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB2973 (or 0xAB2973) is known color: Medium Red Violet. HEX triplet: AB, 29 and 73. RGB value is (171,41,115). Sum of RGB (Red+Green+Blue) = 171+41+115=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2973 is #54D68C. Grayscale: #585858. Windows color (decimal): -5559949 or 7547307. OLE color: 7547307.

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

Color convert

RGB 171 41 115 -
CMYK 0 0.76 0.33 0.33
HSL 325.85º 0.61% 0.42% -
HSV(B) 325.85º 0.76% 0.67% -
XYZ 20.68 11.48 17.35 -
YUV 88.31 143.07 186.98 -
System Red Green Blue C M Y K H S L
Decimal 171 41 115 0 0.76 0.33 0.33 325.85 0.61 0.42
Hex AB 29 73 0 4C 21 21 146 3D 2A
Octal 253 51 163 0 114 41 41 506 75 52
Binary 10101011 101001 1110011 0 1001100 100001 100001 101000110 111101 101010

Color Harmonies of #AB2973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2973

Black with #AB2973

Text Example


Text Example

White with #AB2973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2973; }

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

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

background-color css

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

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

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

border-color css

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

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

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