Html Css Color HEX #AD249D Medium Red Violet

📋 copy color: '#AD249D'

red 173 ◦ green 36 ◦ blue 157

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

Shades of Medium Red Violet #AD249D

Tints of Medium Red Violet #AD249D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.84%

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

R = 47.27%
G = 9.84%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AD249D (or 0xAD249D) is known color: Medium Red Violet. HEX triplet: AD, 24 and 9D. RGB value is (173,36,157). Sum of RGB (Red+Green+Blue) = 173+36+157=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD249D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD249D is #52DB62. Grayscale: #5A5A5A. Windows color (decimal): -5430115 or 10298541. OLE color: 10298541.

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

Color convert

RGB 173 36 157 -
CMYK 0 0.79 0.09 0.32
HSL 307.01º 0.66% 0.41% -
HSV(B) 307.01º 0.79% 0.68% -
XYZ 23.95 12.58 33.06 -
YUV 90.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 173 36 157 0 0.79 0.09 0.32 307.01 0.66 0.41
Hex AD 24 9D 0 4F 9 20 133 42 29
Octal 255 44 235 0 117 11 40 463 102 51
Binary 10101101 100100 10011101 0 1001111 1001 100000 100110011 1000010 101001

Color Harmonies of #AD249D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD249D

Black with #AD249D

Text Example


Text Example

White with #AD249D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD249D; }

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

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

background-color css

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

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

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

border-color css

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

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

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