Html Css Color HEX #AD108D Medium Violet Red

📋 copy color: '#AD108D'

red 173 ◦ green 16 ◦ blue 141

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

Shades of Medium Violet Red #AD108D

Tints of Medium Violet Red #AD108D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 52.42%
G = 4.85%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD108D (or 0xAD108D) is known color: Medium Violet Red. HEX triplet: AD, 10 and 8D. RGB value is (173,16,141). Sum of RGB (Red+Green+Blue) = 173+16+141=330 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.42% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 173 - color contains mainly: red. Hex color #AD108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD108D is #52EF72. Grayscale: #4C4C4C. Windows color (decimal): -5435251 or 9244845. OLE color: 9244845.

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

Color convert

RGB 173 16 141 -
CMYK 0 0.91 0.18 0.32
HSL 312.23º 0.83% 0.37% -
HSV(B) 312.23º 0.91% 0.68% -
XYZ 22.23 11.18 26.19 -
YUV 77.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 173 16 141 0 0.91 0.18 0.32 312.23 0.83 0.37
Hex AD 10 8D 0 5B 12 20 138 53 25
Octal 255 20 215 0 133 22 40 470 123 45
Binary 10101101 10000 10001101 0 1011011 10010 100000 100111000 1010011 100101

Color Harmonies of #AD108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD108D

Black with #AD108D

Text Example


Text Example

White with #AD108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD108D; }

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

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

background-color css

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

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

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

border-color css

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

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

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