Html Css Color HEX #AD0C7C Medium Violet Red

📋 copy color: '#AD0C7C'

red 173 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #AD0C7C

Tints of Medium Violet Red #AD0C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 55.99%
G = 3.88%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AD0C7C (or 0xAD0C7C) is known color: Medium Violet Red. HEX triplet: AD, 0C and 7C. RGB value is (173,12,124). Sum of RGB (Red+Green+Blue) = 173+12+124=309 (40% of max value = 765). Red value is 173 (67.97% from 255 or 55.99% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0C7C is #52F383. Grayscale: #484848. Windows color (decimal): -5436292 or 8129709. OLE color: 8129709.

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

Color convert

RGB 173 12 124 -
CMYK 0 0.93 0.28 0.32
HSL 318.26º 0.87% 0.36% -
HSV(B) 318.26º 0.93% 0.68% -
XYZ 21 10.6 20.01 -
YUV 72.91 156.84 199.39 -
System Red Green Blue C M Y K H S L
Decimal 173 12 124 0 0.93 0.28 0.32 318.26 0.87 0.36
Hex AD C 7C 0 5D 1C 20 13E 57 24
Octal 255 14 174 0 135 34 40 476 127 44
Binary 10101101 1100 1111100 0 1011101 11100 100000 100111110 1010111 100100

Color Harmonies of #AD0C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C7C

Black with #AD0C7C

Text Example


Text Example

White with #AD0C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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