Html Css Color HEX #AB2472 Medium Red Violet

📋 copy color: '#AB2472'

red 171 ◦ green 36 ◦ blue 114

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

Shades of Medium Red Violet #AB2472

Tints of Medium Red Violet #AB2472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 53.27%
G = 11.21%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB2472 (or 0xAB2472) is known color: Medium Red Violet. HEX triplet: AB, 24 and 72. RGB value is (171,36,114). Sum of RGB (Red+Green+Blue) = 171+36+114=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2472 is #54DB8D. Grayscale: #555555. Windows color (decimal): -5561230 or 7480491. OLE color: 7480491.

HSL color Cylindrical-coordinate representation of color #AB2472: hue angle of 325.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB2472 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 36 114 -
CMYK 0 0.79 0.33 0.33
HSL 325.33º 0.65% 0.41% -
HSV(B) 325.33º 0.79% 0.67% -
XYZ 20.46 11.13 16.99 -
YUV 85.26 144.23 189.16 -
System Red Green Blue C M Y K H S L
Decimal 171 36 114 0 0.79 0.33 0.33 325.33 0.65 0.41
Hex AB 24 72 0 4F 21 21 145 41 29
Octal 253 44 162 0 117 41 41 505 101 51
Binary 10101011 100100 1110010 0 1001111 100001 100001 101000101 1000001 101001

Color Harmonies of #AB2472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2472

Black with #AB2472

Text Example


Text Example

White with #AB2472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2472; }

 p { color: rgb(171,36,114); }

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

background-color css

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

 a { background-color: rgb(171,36,114); }

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

border-color css

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

 span { border-color: rgb(171,36,114); }

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