Html Css Color HEX #AD239D Medium Red Violet

📋 copy color: '#AD239D'

red 173 ◦ green 35 ◦ blue 157

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

Shades of Medium Red Violet #AD239D

Tints of Medium Red Violet #AD239D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.01%

R = 47.4%
G = 9.59%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD239D (or 0xAD239D) is known color: Medium Red Violet. HEX triplet: AD, 23 and 9D. RGB value is (173,35,157). Sum of RGB (Red+Green+Blue) = 173+35+157=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD239D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD239D is #52DC62. Grayscale: #595959. Windows color (decimal): -5430371 or 10298285. OLE color: 10298285.

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

Color convert

RGB 173 35 157 -
CMYK 0 0.80 0.09 0.32
HSL 306.96º 0.66% 0.41% -
HSV(B) 306.96º 0.8% 0.68% -
XYZ 23.92 12.52 33.05 -
YUV 90.17 165.72 187.08 -
System Red Green Blue C M Y K H S L
Decimal 173 35 157 0 0.80 0.09 0.32 306.96 0.66 0.41
Hex AD 23 9D 0 50 9 20 133 42 29
Octal 255 43 235 0 120 11 40 463 102 51
Binary 10101101 100011 10011101 0 1010000 1001 100000 100110011 1000010 101001

Color Harmonies of #AD239D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD239D

Black with #AD239D

Text Example


Text Example

White with #AD239D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD239D; }

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

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

background-color css

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

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

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

border-color css

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

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

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