Html Css Color HEX #AD297C Medium Red Violet

📋 copy color: '#AD297C'

red 173 ◦ green 41 ◦ blue 124

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

Shades of Medium Red Violet #AD297C

Tints of Medium Red Violet #AD297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 51.18%
G = 12.13%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD297C (or 0xAD297C) is known color: Medium Red Violet. HEX triplet: AD, 29 and 7C. RGB value is (173,41,124). Sum of RGB (Red+Green+Blue) = 173+41+124=338 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.18% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 173 - color contains mainly: red. Hex color #AD297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD297C is #52D683. Grayscale: #595959. Windows color (decimal): -5428868 or 8137133. OLE color: 8137133.

HSL color Cylindrical-coordinate representation of color #AD297C: hue angle of 322.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD297C is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 41 124 -
CMYK 0 0.76 0.28 0.32
HSL 322.27º 0.62% 0.42% -
HSV(B) 322.27º 0.76% 0.68% -
XYZ 21.66 11.93 20.23 -
YUV 89.93 147.23 187.25 -
System Red Green Blue C M Y K H S L
Decimal 173 41 124 0 0.76 0.28 0.32 322.27 0.62 0.42
Hex AD 29 7C 0 4C 1C 20 142 3E 2A
Octal 255 51 174 0 114 34 40 502 76 52
Binary 10101101 101001 1111100 0 1001100 11100 100000 101000010 111110 101010

Color Harmonies of #AD297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD297C

Black with #AD297C

Text Example


Text Example

White with #AD297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD297C; }

 p { color: rgb(173,41,124); }

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

background-color css

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

 a { background-color: rgb(173,41,124); }

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

border-color css

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

 span { border-color: rgb(173,41,124); }

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