Html Css Color HEX #AD108C Medium Violet Red

📋 copy color: '#AD108C'

red 173 ◦ green 16 ◦ blue 140

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

Shades of Medium Violet Red #AD108C

Tints of Medium Violet Red #AD108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 52.58%
G = 4.86%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD108C (or 0xAD108C) is known color: Medium Violet Red. HEX triplet: AD, 10 and 8C. RGB value is (173,16,140). Sum of RGB (Red+Green+Blue) = 173+16+140=329 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.58% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 173 - color contains mainly: red. Hex color #AD108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD108C is #52EF73. Grayscale: #4C4C4C. Windows color (decimal): -5435252 or 9179309. OLE color: 9179309.

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

Color convert

RGB 173 16 140 -
CMYK 0 0.91 0.19 0.32
HSL 312.61º 0.83% 0.37% -
HSV(B) 312.61º 0.91% 0.68% -
XYZ 22.15 11.15 25.8 -
YUV 77.08 163.51 196.42 -
System Red Green Blue C M Y K H S L
Decimal 173 16 140 0 0.91 0.19 0.32 312.61 0.83 0.37
Hex AD 10 8C 0 5B 13 20 139 53 25
Octal 255 20 214 0 133 23 40 471 123 45
Binary 10101101 10000 10001100 0 1011011 10011 100000 100111001 1010011 100101

Color Harmonies of #AD108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD108C

Black with #AD108C

Text Example


Text Example

White with #AD108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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