Html Css Color HEX #AD249C Medium Red Violet

📋 copy color: '#AD249C'

red 173 ◦ green 36 ◦ blue 156

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

Shades of Medium Red Violet #AD249C

Tints of Medium Red Violet #AD249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.74%

R = 47.4%
G = 9.86%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#AD249C (or 0xAD249C) is known color: Medium Red Violet. HEX triplet: AD, 24 and 9C. RGB value is (173,36,156). Sum of RGB (Red+Green+Blue) = 173+36+156=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 36 (14.45% from 255 or 9.86% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD249C is #52DB63. Grayscale: #5A5A5A. Windows color (decimal): -5430116 or 10233005. OLE color: 10233005.

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

Color convert

RGB 173 36 156 -
CMYK 0 0.79 0.10 0.32
HSL 307.45º 0.66% 0.41% -
HSV(B) 307.45º 0.79% 0.68% -
XYZ 23.87 12.55 32.62 -
YUV 90.64 164.89 186.74 -
System Red Green Blue C M Y K H S L
Decimal 173 36 156 0 0.79 0.10 0.32 307.45 0.66 0.41
Hex AD 24 9C 0 4F A 20 133 42 29
Octal 255 44 234 0 117 12 40 463 102 51
Binary 10101101 100100 10011100 0 1001111 1010 100000 100110011 1000010 101001

Color Harmonies of #AD249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD249C

Black with #AD249C

Text Example


Text Example

White with #AD249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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