Html Css Color HEX #AB2474 Medium Red Violet

📋 copy color: '#AB2474'

red 171 ◦ green 36 ◦ blue 116

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

Shades of Medium Red Violet #AB2474

Tints of Medium Red Violet #AB2474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.91%

R = 52.94%
G = 11.15%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB2474 (or 0xAB2474) is known color: Medium Red Violet. HEX triplet: AB, 24 and 74. RGB value is (171,36,116). Sum of RGB (Red+Green+Blue) = 171+36+116=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2474 is #54DB8B. Grayscale: #555555. Windows color (decimal): -5561228 or 7611563. OLE color: 7611563.

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

Color convert

RGB 171 36 116 -
CMYK 0 0.79 0.32 0.33
HSL 324.44º 0.65% 0.41% -
HSV(B) 324.44º 0.79% 0.67% -
XYZ 20.58 11.18 17.6 -
YUV 85.49 145.23 189 -
System Red Green Blue C M Y K H S L
Decimal 171 36 116 0 0.79 0.32 0.33 324.44 0.65 0.41
Hex AB 24 74 0 4F 20 21 144 41 29
Octal 253 44 164 0 117 40 41 504 101 51
Binary 10101011 100100 1110100 0 1001111 100000 100001 101000100 1000001 101001

Color Harmonies of #AB2474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2474

Black with #AB2474

Text Example


Text Example

White with #AB2474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2474; }

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

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

background-color css

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

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

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

border-color css

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

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

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