Html Css Color HEX #AD077D Medium Violet Red

📋 copy color: '#AD077D'

red 173 ◦ green 7 ◦ blue 125

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

Shades of Medium Violet Red #AD077D

Tints of Medium Violet Red #AD077D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.98%

R = 56.72%
G = 2.3%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD077D (or 0xAD077D) is known color: Medium Violet Red. HEX triplet: AD, 07 and 7D. RGB value is (173,7,125). Sum of RGB (Red+Green+Blue) = 173+7+125=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD077D is #52F882. Grayscale: #454545. Windows color (decimal): -5437571 or 8193965. OLE color: 8193965.

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

Color convert

RGB 173 7 125 -
CMYK 0 0.96 0.28 0.32
HSL 317.35º 0.92% 0.35% -
HSV(B) 317.35º 0.96% 0.68% -
XYZ 21.01 10.52 20.32 -
YUV 70.09 159 201.41 -
System Red Green Blue C M Y K H S L
Decimal 173 7 125 0 0.96 0.28 0.32 317.35 0.92 0.35
Hex AD 7 7D 0 60 1C 20 13D 5C 23
Octal 255 7 175 0 140 34 40 475 134 43
Binary 10101101 111 1111101 0 1100000 11100 100000 100111101 1011100 100011

Color Harmonies of #AD077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD077D

Black with #AD077D

Text Example


Text Example

White with #AD077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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