Html Css Color HEX #AD2374 Medium Red Violet

📋 copy color: '#AD2374'

red 173 ◦ green 35 ◦ blue 116

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

Shades of Medium Red Violet #AD2374

Tints of Medium Red Violet #AD2374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.8%

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

R = 53.4%
G = 10.8%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD2374 (or 0xAD2374) is known color: Medium Red Violet. HEX triplet: AD, 23 and 74. RGB value is (173,35,116). Sum of RGB (Red+Green+Blue) = 173+35+116=324 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.40% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2374 is #52DC8B. Grayscale: #555555. Windows color (decimal): -5430412 or 7611309. OLE color: 7611309.

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

Color convert

RGB 173 35 116 -
CMYK 0 0.80 0.33 0.32
HSL 324.78º 0.66% 0.41% -
HSV(B) 324.78º 0.8% 0.68% -
XYZ 20.99 11.35 17.61 -
YUV 85.5 145.22 190.41 -
System Red Green Blue C M Y K H S L
Decimal 173 35 116 0 0.80 0.33 0.32 324.78 0.66 0.41
Hex AD 23 74 0 50 21 20 145 42 29
Octal 255 43 164 0 120 41 40 505 102 51
Binary 10101101 100011 1110100 0 1010000 100001 100000 101000101 1000010 101001

Color Harmonies of #AD2374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2374

Black with #AD2374

Text Example


Text Example

White with #AD2374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2374; }

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

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

background-color css

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

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

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

border-color css

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

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

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