Html Css Color HEX #AD008C Medium Violet Red

📋 copy color: '#AD008C'

red 173 ◦ green 0 ◦ blue 140

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

Shades of Medium Violet Red #AD008C

Tints of Medium Violet Red #AD008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.27%
G = 0%
B = 44.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD008C (or 0xAD008C) is known color: Medium Violet Red. HEX triplet: AD, 00 and 8C. RGB value is (173,0,140). Sum of RGB (Red+Green+Blue) = 173+0+140=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD008C is #52FF73. Grayscale: #434343. Windows color (decimal): -5439348 or 9175213. OLE color: 9175213.

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

Color convert

RGB 173 0 140 -
CMYK 0 1 0.19 0.32
HSL 311.45º 1% 0.34% -
HSV(B) 311.45º 1% 0.68% -
XYZ 21.97 10.78 25.73 -
YUV 67.69 168.81 203.12 -
System Red Green Blue C M Y K H S L
Decimal 173 0 140 0 1 0.19 0.32 311.45 1 0.34
Hex AD 0 8C 0 64 13 20 137 64 22
Octal 255 0 214 0 144 23 40 467 144 42
Binary 10101101 0 10001100 0 1100100 10011 100000 100110111 1100100 100010

Color Harmonies of #AD008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD008C

Black with #AD008C

Text Example


Text Example

White with #AD008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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