Html Css Color HEX #AD1096 Medium Violet Red

📋 copy color: '#AD1096'

red 173 ◦ green 16 ◦ blue 150

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

Shades of Medium Violet Red #AD1096

Tints of Medium Violet Red #AD1096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.72%

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

R = 51.03%
G = 4.72%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AD1096 (or 0xAD1096) is known color: Medium Violet Red. HEX triplet: AD, 10 and 96. RGB value is (173,16,150). Sum of RGB (Red+Green+Blue) = 173+16+150=339 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.03% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1096 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1096 is #52EF69. Grayscale: #4D4D4D. Windows color (decimal): -5435242 or 9834669. OLE color: 9834669.

HSL color Cylindrical-coordinate representation of color #AD1096: hue angle of 308.79º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1096 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 150 -
CMYK 0 0.91 0.13 0.32
HSL 308.79º 0.83% 0.37% -
HSV(B) 308.79º 0.91% 0.68% -
XYZ 22.92 11.46 29.86 -
YUV 78.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 173 16 150 0 0.91 0.13 0.32 308.79 0.83 0.37
Hex AD 10 96 0 5B D 20 135 53 25
Octal 255 20 226 0 133 15 40 465 123 45
Binary 10101101 10000 10010110 0 1011011 1101 100000 100110101 1010011 100101

Color Harmonies of #AD1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1096

Black with #AD1096

Text Example


Text Example

White with #AD1096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1096; }

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

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

background-color css

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

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

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

border-color css

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

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

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