Html Css Color HEX #AD0C7A Medium Violet Red

📋 copy color: '#AD0C7A'

red 173 ◦ green 12 ◦ blue 122

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

Shades of Medium Violet Red #AD0C7A

Tints of Medium Violet Red #AD0C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.74%

R = 56.35%
G = 3.91%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD0C7A (or 0xAD0C7A) is known color: Medium Violet Red. HEX triplet: AD, 0C and 7A. RGB value is (173,12,122). Sum of RGB (Red+Green+Blue) = 173+12+122=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0C7A is #52F385. Grayscale: #484848. Windows color (decimal): -5436294 or 7998637. OLE color: 7998637.

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

Color convert

RGB 173 12 122 -
CMYK 0 0.93 0.29 0.32
HSL 319.01º 0.87% 0.36% -
HSV(B) 319.01º 0.93% 0.68% -
XYZ 20.88 10.55 19.35 -
YUV 72.68 155.84 199.56 -
System Red Green Blue C M Y K H S L
Decimal 173 12 122 0 0.93 0.29 0.32 319.01 0.87 0.36
Hex AD C 7A 0 5D 1D 20 13F 57 24
Octal 255 14 172 0 135 35 40 477 127 44
Binary 10101101 1100 1111010 0 1011101 11101 100000 100111111 1010111 100100

Color Harmonies of #AD0C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0C7A

Black with #AD0C7A

Text Example


Text Example

White with #AD0C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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