Html Css Color HEX #AD048C Medium Violet Red

📋 copy color: '#AD048C'

red 173 ◦ green 4 ◦ blue 140

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

Shades of Medium Violet Red #AD048C

Tints of Medium Violet Red #AD048C

RGB

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

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

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

R = 54.57%
G = 1.26%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD048C (or 0xAD048C) is known color: Medium Violet Red. HEX triplet: AD, 04 and 8C. RGB value is (173,4,140). Sum of RGB (Red+Green+Blue) = 173+4+140=317 (41% of max value = 765). Red value is 173 (67.97% from 255 or 54.57% from 317); Green value is 4 (1.95% from 255 or 1.26% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 173 - color contains mainly: red. Hex color #AD048C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD048C is #52FB73. Grayscale: #454545. Windows color (decimal): -5438324 or 9176237. OLE color: 9176237.

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

Color convert

RGB 173 4 140 -
CMYK 0 0.98 0.19 0.32
HSL 311.72º 0.95% 0.35% -
HSV(B) 311.72º 0.98% 0.68% -
XYZ 22.01 10.86 25.75 -
YUV 70.04 167.49 201.44 -
System Red Green Blue C M Y K H S L
Decimal 173 4 140 0 0.98 0.19 0.32 311.72 0.95 0.35
Hex AD 4 8C 0 62 13 20 138 5F 23
Octal 255 4 214 0 142 23 40 470 137 43
Binary 10101101 100 10001100 0 1100010 10011 100000 100111000 1011111 100011

Color Harmonies of #AD048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD048C

Black with #AD048C

Text Example


Text Example

White with #AD048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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