Html Css Color HEX #AD0480 Medium Violet Red

📋 copy color: '#AD0480'

red 173 ◦ green 4 ◦ blue 128

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

Shades of Medium Violet Red #AD0480

Tints of Medium Violet Red #AD0480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.97%

R = 56.72%
G = 1.31%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#AD0480 (or 0xAD0480) is known color: Medium Violet Red. HEX triplet: AD, 04 and 80. RGB value is (173,4,128). Sum of RGB (Red+Green+Blue) = 173+4+128=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0480 is #52FB7F. Grayscale: #444444. Windows color (decimal): -5438336 or 8389805. OLE color: 8389805.

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

Color convert

RGB 173 4 128 -
CMYK 0 0.98 0.26 0.32
HSL 315.98º 0.95% 0.35% -
HSV(B) 315.98º 0.98% 0.68% -
XYZ 21.17 10.53 21.34 -
YUV 68.67 161.49 202.42 -
System Red Green Blue C M Y K H S L
Decimal 173 4 128 0 0.98 0.26 0.32 315.98 0.95 0.35
Hex AD 4 80 0 62 1A 20 13C 5F 23
Octal 255 4 200 0 142 32 40 474 137 43
Binary 10101101 100 10000000 0 1100010 11010 100000 100111100 1011111 100011

Color Harmonies of #AD0480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0480

Black with #AD0480

Text Example


Text Example

White with #AD0480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0480; }

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

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

background-color css

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

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

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

border-color css

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

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

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