Html Css Color HEX #AD297B Medium Red Violet

📋 copy color: '#AD297B'

red 173 ◦ green 41 ◦ blue 123

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

Shades of Medium Red Violet #AD297B

Tints of Medium Red Violet #AD297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.5%

R = 51.34%
G = 12.17%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD297B (or 0xAD297B) is known color: Medium Red Violet. HEX triplet: AD, 29 and 7B. RGB value is (173,41,123). Sum of RGB (Red+Green+Blue) = 173+41+123=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 41 (16.41% from 255 or 12.17% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD297B is #52D684. Grayscale: #595959. Windows color (decimal): -5428869 or 8071597. OLE color: 8071597.

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

Color convert

RGB 173 41 123 -
CMYK 0 0.76 0.29 0.32
HSL 322.73º 0.62% 0.42% -
HSV(B) 322.73º 0.76% 0.68% -
XYZ 21.6 11.9 19.9 -
YUV 89.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 173 41 123 0 0.76 0.29 0.32 322.73 0.62 0.42
Hex AD 29 7B 0 4C 1D 20 143 3E 2A
Octal 255 51 173 0 114 35 40 503 76 52
Binary 10101101 101001 1111011 0 1001100 11101 100000 101000011 111110 101010

Color Harmonies of #AD297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD297B

Black with #AD297B

Text Example


Text Example

White with #AD297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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