Html Css Color HEX #AD048F Medium Violet Red

📋 copy color: '#AD048F'

red 173 ◦ green 4 ◦ blue 143

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

Shades of Medium Violet Red #AD048F

Tints of Medium Violet Red #AD048F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

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

R = 54.06%
G = 1.25%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD048F (or 0xAD048F) is known color: Medium Violet Red. HEX triplet: AD, 04 and 8F. RGB value is (173,4,143). Sum of RGB (Red+Green+Blue) = 173+4+143=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD048F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD048F is #52FB70. Grayscale: #454545. Windows color (decimal): -5438321 or 9372845. OLE color: 9372845.

HSL color Cylindrical-coordinate representation of color #AD048F: hue angle of 310.65º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD048F is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 4 143 -
CMYK 0 0.98 0.17 0.32
HSL 310.65º 0.95% 0.35% -
HSV(B) 310.65º 0.98% 0.68% -
XYZ 22.23 10.95 26.93 -
YUV 70.38 168.99 201.2 -
System Red Green Blue C M Y K H S L
Decimal 173 4 143 0 0.98 0.17 0.32 310.65 0.95 0.35
Hex AD 4 8F 0 62 11 20 137 5F 23
Octal 255 4 217 0 142 21 40 467 137 43
Binary 10101101 100 10001111 0 1100010 10001 100000 100110111 1011111 100011

Color Harmonies of #AD048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD048F

Black with #AD048F

Text Example


Text Example

White with #AD048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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