Html Css Color HEX #AD108A Medium Violet Red

📋 copy color: '#AD108A'

red 173 ◦ green 16 ◦ blue 138

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

Shades of Medium Violet Red #AD108A

Tints of Medium Violet Red #AD108A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.2%

R = 52.91%
G = 4.89%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD108A (or 0xAD108A) is known color: Medium Violet Red. HEX triplet: AD, 10 and 8A. RGB value is (173,16,138). Sum of RGB (Red+Green+Blue) = 173+16+138=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD108A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD108A is #52EF75. Grayscale: #4C4C4C. Windows color (decimal): -5435254 or 9048237. OLE color: 9048237.

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

Color convert

RGB 173 16 138 -
CMYK 0 0.91 0.20 0.32
HSL 313.38º 0.83% 0.37% -
HSV(B) 313.38º 0.91% 0.68% -
XYZ 22.01 11.09 25.03 -
YUV 76.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 173 16 138 0 0.91 0.20 0.32 313.38 0.83 0.37
Hex AD 10 8A 0 5B 14 20 139 53 25
Octal 255 20 212 0 133 24 40 471 123 45
Binary 10101101 10000 10001010 0 1011011 10100 100000 100111001 1010011 100101

Color Harmonies of #AD108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD108A

Black with #AD108A

Text Example


Text Example

White with #AD108A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD108A; }

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

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

background-color css

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

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

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

border-color css

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

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

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