Html Css Color HEX #AD248F Medium Red Violet

📋 copy color: '#AD248F'

red 173 ◦ green 36 ◦ blue 143

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

Shades of Medium Red Violet #AD248F

Tints of Medium Red Violet #AD248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.63%

R = 49.15%
G = 10.23%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD248F (or 0xAD248F) is known color: Medium Red Violet. HEX triplet: AD, 24 and 8F. RGB value is (173,36,143). Sum of RGB (Red+Green+Blue) = 173+36+143=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD248F is #52DB70. Grayscale: #585858. Windows color (decimal): -5430129 or 9381037. OLE color: 9381037.

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

Color convert

RGB 173 36 143 -
CMYK 0 0.79 0.17 0.32
HSL 313.14º 0.66% 0.41% -
HSV(B) 313.14º 0.79% 0.68% -
XYZ 22.82 12.13 27.12 -
YUV 89.16 158.39 187.8 -
System Red Green Blue C M Y K H S L
Decimal 173 36 143 0 0.79 0.17 0.32 313.14 0.66 0.41
Hex AD 24 8F 0 4F 11 20 139 42 29
Octal 255 44 217 0 117 21 40 471 102 51
Binary 10101101 100100 10001111 0 1001111 10001 100000 100111001 1000010 101001

Color Harmonies of #AD248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD248F

Black with #AD248F

Text Example


Text Example

White with #AD248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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