Html Css Color HEX #AD0C7F Medium Violet Red

📋 copy color: '#AD0C7F'

red 173 ◦ green 12 ◦ blue 127

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

Shades of Medium Violet Red #AD0C7F

Tints of Medium Violet Red #AD0C7F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.85%

 BLUE value IS 127 (50% from 255) = 40.71%

R = 55.45%
G = 3.85%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD0C7F (or 0xAD0C7F) is known color: Medium Violet Red. HEX triplet: AD, 0C and 7F. RGB value is (173,12,127). Sum of RGB (Red+Green+Blue) = 173+12+127=312 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.45% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0C7F is #52F380. Grayscale: #484848. Windows color (decimal): -5436289 or 8326317. OLE color: 8326317.

HSL color Cylindrical-coordinate representation of color #AD0C7F: hue angle of 317.14º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0C7F is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 12 127 -
CMYK 0 0.93 0.27 0.32
HSL 317.14º 0.87% 0.36% -
HSV(B) 317.14º 0.93% 0.68% -
XYZ 21.2 10.68 21.02 -
YUV 73.25 158.34 199.15 -
System Red Green Blue C M Y K H S L
Decimal 173 12 127 0 0.93 0.27 0.32 317.14 0.87 0.36
Hex AD C 7F 0 5D 1B 20 13D 57 24
Octal 255 14 177 0 135 33 40 475 127 44
Binary 10101101 1100 1111111 0 1011101 11011 100000 100111101 1010111 100100

Color Harmonies of #AD0C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C7F

Black with #AD0C7F

Text Example


Text Example

White with #AD0C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C7F; }

 p { color: rgb(173,12,127); }

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

background-color css

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

 a { background-color: rgb(173,12,127); }

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

border-color css

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

 span { border-color: rgb(173,12,127); }

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