Html Css Color HEX #AD248C Medium Red Violet

📋 copy color: '#AD248C'

red 173 ◦ green 36 ◦ blue 140

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

Shades of Medium Red Violet #AD248C

Tints of Medium Red Violet #AD248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 49.57%
G = 10.32%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD248C (or 0xAD248C) is known color: Medium Red Violet. HEX triplet: AD, 24 and 8C. RGB value is (173,36,140). Sum of RGB (Red+Green+Blue) = 173+36+140=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD248C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD248C is #52DB73. Grayscale: #585858. Windows color (decimal): -5430132 or 9184429. OLE color: 9184429.

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

Color convert

RGB 173 36 140 -
CMYK 0 0.79 0.19 0.32
HSL 314.45º 0.66% 0.41% -
HSV(B) 314.45º 0.79% 0.68% -
XYZ 22.6 12.04 25.94 -
YUV 88.82 156.89 188.04 -
System Red Green Blue C M Y K H S L
Decimal 173 36 140 0 0.79 0.19 0.32 314.45 0.66 0.41
Hex AD 24 8C 0 4F 13 20 13A 42 29
Octal 255 44 214 0 117 23 40 472 102 51
Binary 10101101 100100 10001100 0 1001111 10011 100000 100111010 1000010 101001

Color Harmonies of #AD248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD248C

Black with #AD248C

Text Example


Text Example

White with #AD248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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