Html Css Color HEX #AD0988 Medium Violet Red

📋 copy color: '#AD0988'

red 173 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #AD0988

Tints of Medium Violet Red #AD0988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.83%

 BLUE value IS 136 (53.52% from 255) = 42.77%

R = 54.4%
G = 2.83%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD0988 (or 0xAD0988) is known color: Medium Violet Red. HEX triplet: AD, 09 and 88. RGB value is (173,9,136). Sum of RGB (Red+Green+Blue) = 173+9+136=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0988 is #52F677. Grayscale: #484848. Windows color (decimal): -5437048 or 8915373. OLE color: 8915373.

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

Color convert

RGB 173 9 136 -
CMYK 0 0.95 0.21 0.32
HSL 313.54º 0.9% 0.36% -
HSV(B) 313.54º 0.95% 0.68% -
XYZ 21.78 10.86 24.24 -
YUV 72.51 163.83 199.67 -
System Red Green Blue C M Y K H S L
Decimal 173 9 136 0 0.95 0.21 0.32 313.54 0.9 0.36
Hex AD 9 88 0 5F 15 20 13A 5A 24
Octal 255 11 210 0 137 25 40 472 132 44
Binary 10101101 1001 10001000 0 1011111 10101 100000 100111010 1011010 100100

Color Harmonies of #AD0988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0988

Black with #AD0988

Text Example


Text Example

White with #AD0988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0988; }

 p { color: rgb(173,9,136); }

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

background-color css

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

 a { background-color: rgb(173,9,136); }

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

border-color css

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

 span { border-color: rgb(173,9,136); }

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