Html Css Color HEX #AD0994 Medium Violet Red

📋 copy color: '#AD0994'

red 173 ◦ green 9 ◦ blue 148

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

Shades of Medium Violet Red #AD0994

Tints of Medium Violet Red #AD0994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.85%

R = 52.42%
G = 2.73%
B = 44.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#AD0994 (or 0xAD0994) is known color: Medium Violet Red. HEX triplet: AD, 09 and 94. RGB value is (173,9,148). Sum of RGB (Red+Green+Blue) = 173+9+148=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0994 is #52F66B. Grayscale: #494949. Windows color (decimal): -5437036 or 9701805. OLE color: 9701805.

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

Color convert

RGB 173 9 148 -
CMYK 0 0.95 0.14 0.32
HSL 309.15º 0.9% 0.36% -
HSV(B) 309.15º 0.95% 0.68% -
XYZ 22.68 11.22 28.99 -
YUV 73.88 169.83 198.7 -
System Red Green Blue C M Y K H S L
Decimal 173 9 148 0 0.95 0.14 0.32 309.15 0.9 0.36
Hex AD 9 94 0 5F E 20 135 5A 24
Octal 255 11 224 0 137 16 40 465 132 44
Binary 10101101 1001 10010100 0 1011111 1110 100000 100110101 1011010 100100

Color Harmonies of #AD0994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0994

Black with #AD0994

Text Example


Text Example

White with #AD0994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0994; }

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

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

background-color css

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

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

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

border-color css

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

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

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