Html Css Color HEX #AD0996 Medium Violet Red

📋 copy color: '#AD0996'

red 173 ◦ green 9 ◦ blue 150

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

Shades of Medium Violet Red #AD0996

Tints of Medium Violet Red #AD0996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 45.18%

R = 52.11%
G = 2.71%
B = 45.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD0996 (or 0xAD0996) is known color: Medium Violet Red. HEX triplet: AD, 09 and 96. RGB value is (173,9,150). Sum of RGB (Red+Green+Blue) = 173+9+150=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0996 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0996 is #52F669. Grayscale: #494949. Windows color (decimal): -5437034 or 9832877. OLE color: 9832877.

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

Color convert

RGB 173 9 150 -
CMYK 0 0.95 0.13 0.32
HSL 308.41º 0.9% 0.36% -
HSV(B) 308.41º 0.95% 0.68% -
XYZ 22.84 11.28 29.83 -
YUV 74.11 170.83 198.54 -
System Red Green Blue C M Y K H S L
Decimal 173 9 150 0 0.95 0.13 0.32 308.41 0.9 0.36
Hex AD 9 96 0 5F D 20 134 5A 24
Octal 255 11 226 0 137 15 40 464 132 44
Binary 10101101 1001 10010110 0 1011111 1101 100000 100110100 1011010 100100

Color Harmonies of #AD0996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0996

Black with #AD0996

Text Example


Text Example

White with #AD0996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0996; }

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

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

background-color css

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

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

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

border-color css

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

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

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