Html Css Color HEX #AD078C Medium Violet Red

📋 copy color: '#AD078C'

red 173 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #AD078C

Tints of Medium Violet Red #AD078C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.19%

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

R = 54.06%
G = 2.19%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD078C (or 0xAD078C) is known color: Medium Violet Red. HEX triplet: AD, 07 and 8C. RGB value is (173,7,140). Sum of RGB (Red+Green+Blue) = 173+7+140=320 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.06% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 173 - color contains mainly: red. Hex color #AD078C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD078C is #52F873. Grayscale: #474747. Windows color (decimal): -5437556 or 9177005. OLE color: 9177005.

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

Color convert

RGB 173 7 140 -
CMYK 0 0.96 0.19 0.32
HSL 311.93º 0.92% 0.35% -
HSV(B) 311.93º 0.96% 0.68% -
XYZ 22.04 10.93 25.76 -
YUV 71.8 166.5 200.19 -
System Red Green Blue C M Y K H S L
Decimal 173 7 140 0 0.96 0.19 0.32 311.93 0.92 0.35
Hex AD 7 8C 0 60 13 20 138 5C 23
Octal 255 7 214 0 140 23 40 470 134 43
Binary 10101101 111 10001100 0 1100000 10011 100000 100111000 1011100 100011

Color Harmonies of #AD078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD078C

Black with #AD078C

Text Example


Text Example

White with #AD078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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