Html Css Color HEX #AD078A Medium Violet Red

📋 copy color: '#AD078A'

red 173 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #AD078A

Tints of Medium Violet Red #AD078A

RGB

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

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

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

R = 54.4%
G = 2.2%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD078A (or 0xAD078A) is known color: Medium Violet Red. HEX triplet: AD, 07 and 8A. RGB value is (173,7,138). Sum of RGB (Red+Green+Blue) = 173+7+138=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AD078A is #52F875. Grayscale: #474747. Windows color (decimal): -5437558 or 9045933. OLE color: 9045933.

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

Color convert

RGB 173 7 138 -
CMYK 0 0.96 0.20 0.32
HSL 312.65º 0.92% 0.35% -
HSV(B) 312.65º 0.96% 0.68% -
XYZ 21.9 10.87 24.99 -
YUV 71.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 173 7 138 0 0.96 0.20 0.32 312.65 0.92 0.35
Hex AD 7 8A 0 60 14 20 139 5C 23
Octal 255 7 212 0 140 24 40 471 134 43
Binary 10101101 111 10001010 0 1100000 10100 100000 100111001 1011100 100011

Color Harmonies of #AD078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD078A

Black with #AD078A

Text Example


Text Example

White with #AD078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD078A; }

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

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

background-color css

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

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

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

border-color css

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

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

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