Html Css Color HEX #AD1089 Medium Violet Red

📋 copy color: '#AD1089'

red 173 ◦ green 16 ◦ blue 137

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

Shades of Medium Violet Red #AD1089

Tints of Medium Violet Red #AD1089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.02%

R = 53.07%
G = 4.91%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AD1089 (or 0xAD1089) is known color: Medium Violet Red. HEX triplet: AD, 10 and 89. RGB value is (173,16,137). Sum of RGB (Red+Green+Blue) = 173+16+137=326 (43% of max value = 765). Red value is 173 (67.97% from 255 or 53.07% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD1089 is #52EF76. Grayscale: #4C4C4C. Windows color (decimal): -5435255 or 8982701. OLE color: 8982701.

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

Color convert

RGB 173 16 137 -
CMYK 0 0.91 0.21 0.32
HSL 313.76º 0.83% 0.37% -
HSV(B) 313.76º 0.91% 0.68% -
XYZ 21.93 11.06 24.65 -
YUV 76.74 162.01 196.66 -
System Red Green Blue C M Y K H S L
Decimal 173 16 137 0 0.91 0.21 0.32 313.76 0.83 0.37
Hex AD 10 89 0 5B 15 20 13A 53 25
Octal 255 20 211 0 133 25 40 472 123 45
Binary 10101101 10000 10001001 0 1011011 10101 100000 100111010 1010011 100101

Color Harmonies of #AD1089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1089

Black with #AD1089

Text Example


Text Example

White with #AD1089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1089; }

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

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

background-color css

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

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

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

border-color css

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

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

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