Html Css Color HEX #AD2574 Medium Red Violet

📋 copy color: '#AD2574'

red 173 ◦ green 37 ◦ blue 116

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

Shades of Medium Red Violet #AD2574

Tints of Medium Red Violet #AD2574

RGB

 RED value IS 173 (67.97% from 255) = 53.07%

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

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

R = 53.07%
G = 11.35%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD2574 (or 0xAD2574) is known color: Medium Red Violet. HEX triplet: AD, 25 and 74. RGB value is (173,37,116). Sum of RGB (Red+Green+Blue) = 173+37+116=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2574 is #52DA8B. Grayscale: #565656. Windows color (decimal): -5429900 or 7611821. OLE color: 7611821.

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

Color convert

RGB 173 37 116 -
CMYK 0 0.79 0.33 0.32
HSL 325.15º 0.65% 0.41% -
HSV(B) 325.15º 0.79% 0.68% -
XYZ 21.05 11.47 17.63 -
YUV 86.67 144.56 189.58 -
System Red Green Blue C M Y K H S L
Decimal 173 37 116 0 0.79 0.33 0.32 325.15 0.65 0.41
Hex AD 25 74 0 4F 21 20 145 41 29
Octal 255 45 164 0 117 41 40 505 101 51
Binary 10101101 100101 1110100 0 1001111 100001 100000 101000101 1000001 101001

Color Harmonies of #AD2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2574

Black with #AD2574

Text Example


Text Example

White with #AD2574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2574; }

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

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

background-color css

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

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

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

border-color css

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

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

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