Html Css Color HEX #AD108F Medium Violet Red

📋 copy color: '#AD108F'

red 173 ◦ green 16 ◦ blue 143

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

Shades of Medium Violet Red #AD108F

Tints of Medium Violet Red #AD108F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.07%

R = 52.11%
G = 4.82%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AD108F (or 0xAD108F) is known color: Medium Violet Red. HEX triplet: AD, 10 and 8F. RGB value is (173,16,143). Sum of RGB (Red+Green+Blue) = 173+16+143=332 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.11% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 173 - color contains mainly: red. Hex color #AD108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD108F is #52EF70. Grayscale: #4D4D4D. Windows color (decimal): -5435249 or 9375917. OLE color: 9375917.

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

Color convert

RGB 173 16 143 -
CMYK 0 0.91 0.17 0.32
HSL 311.47º 0.83% 0.37% -
HSV(B) 311.47º 0.91% 0.68% -
XYZ 22.38 11.24 26.98 -
YUV 77.42 165.01 196.17 -
System Red Green Blue C M Y K H S L
Decimal 173 16 143 0 0.91 0.17 0.32 311.47 0.83 0.37
Hex AD 10 8F 0 5B 11 20 137 53 25
Octal 255 20 217 0 133 21 40 467 123 45
Binary 10101101 10000 10001111 0 1011011 10001 100000 100110111 1010011 100101

Color Harmonies of #AD108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD108F

Black with #AD108F

Text Example


Text Example

White with #AD108F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD108F; }

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

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

background-color css

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

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

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

border-color css

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

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

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