Html Css Color HEX #AD0E8C Medium Violet Red

📋 copy color: '#AD0E8C'

red 173 ◦ green 14 ◦ blue 140

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

Shades of Medium Violet Red #AD0E8C

Tints of Medium Violet Red #AD0E8C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.28%

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

R = 52.91%
G = 4.28%
B = 42.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD0E8C (or 0xAD0E8C) is known color: Medium Violet Red. HEX triplet: AD, 0E and 8C. RGB value is (173,14,140). Sum of RGB (Red+Green+Blue) = 173+14+140=327 (43% of max value = 765). Red value is 173 (67.97% from 255 or 52.91% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD0E8C is #52F173. Grayscale: #4B4B4B. Windows color (decimal): -5435764 or 9178797. OLE color: 9178797.

HSL color Cylindrical-coordinate representation of color #AD0E8C: hue angle of 312.45º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0E8C is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 14 140 -
CMYK 0 0.92 0.19 0.32
HSL 312.45º 0.85% 0.37% -
HSV(B) 312.45º 0.92% 0.68% -
XYZ 22.12 11.09 25.79 -
YUV 75.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 173 14 140 0 0.92 0.19 0.32 312.45 0.85 0.37
Hex AD E 8C 0 5C 13 20 138 55 25
Octal 255 16 214 0 134 23 40 470 125 45
Binary 10101101 1110 10001100 0 1011100 10011 100000 100111000 1010101 100101

Color Harmonies of #AD0E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0E8C

Black with #AD0E8C

Text Example


Text Example

White with #AD0E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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