Html Css Color HEX #AD1992 Medium Violet Red

📋 copy color: '#AD1992'

red 173 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #AD1992

Tints of Medium Violet Red #AD1992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.27%

 BLUE value IS 146 (57.42% from 255) = 42.44%

R = 50.29%
G = 7.27%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AD1992 (or 0xAD1992) is known color: Medium Violet Red. HEX triplet: AD, 19 and 92. RGB value is (173,25,146). Sum of RGB (Red+Green+Blue) = 173+25+146=344 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.29% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1992 is #52E66D. Grayscale: #525252. Windows color (decimal): -5432942 or 9574829. OLE color: 9574829.

HSL color Cylindrical-coordinate representation of color #AD1992: hue angle of 310.95º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1992 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 25 146 -
CMYK 0 0.86 0.16 0.32
HSL 310.95º 0.75% 0.39% -
HSV(B) 310.95º 0.86% 0.68% -
XYZ 22.77 11.65 28.24 -
YUV 83.05 163.53 192.16 -
System Red Green Blue C M Y K H S L
Decimal 173 25 146 0 0.86 0.16 0.32 310.95 0.75 0.39
Hex AD 19 92 0 56 10 20 137 4B 27
Octal 255 31 222 0 126 20 40 467 113 47
Binary 10101101 11001 10010010 0 1010110 10000 100000 100110111 1001011 100111

Color Harmonies of #AD1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1992

Black with #AD1992

Text Example


Text Example

White with #AD1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1992; }

 p { color: rgb(173,25,146); }

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

background-color css

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

 a { background-color: rgb(173,25,146); }

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

border-color css

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

 span { border-color: rgb(173,25,146); }

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