Html Css Color HEX #AB2574 Medium Red Violet

📋 copy color: '#AB2574'

red 171 ◦ green 37 ◦ blue 116

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

Shades of Medium Red Violet #AB2574

Tints of Medium Red Violet #AB2574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.42%

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

R = 52.78%
G = 11.42%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB2574 (or 0xAB2574) is known color: Medium Red Violet. HEX triplet: AB, 25 and 74. RGB value is (171,37,116). Sum of RGB (Red+Green+Blue) = 171+37+116=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2574 is #54DA8B. Grayscale: #555555. Windows color (decimal): -5560972 or 7611819. OLE color: 7611819.

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

Color convert

RGB 171 37 116 -
CMYK 0 0.78 0.32 0.33
HSL 324.63º 0.64% 0.41% -
HSV(B) 324.63º 0.78% 0.67% -
XYZ 20.61 11.24 17.61 -
YUV 86.07 144.89 188.58 -
System Red Green Blue C M Y K H S L
Decimal 171 37 116 0 0.78 0.32 0.33 324.63 0.64 0.41
Hex AB 25 74 0 4E 20 21 145 40 29
Octal 253 45 164 0 116 40 41 505 100 51
Binary 10101011 100101 1110100 0 1001110 100000 100001 101000101 1000000 101001

Color Harmonies of #AB2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2574

Black with #AB2574

Text Example


Text Example

White with #AB2574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2574; }

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

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

background-color css

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

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

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

border-color css

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

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

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