Html Css Color HEX #AD0D7A Medium Violet Red

📋 copy color: '#AD0D7A'

red 173 ◦ green 13 ◦ blue 122

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

Shades of Medium Violet Red #AD0D7A

Tints of Medium Violet Red #AD0D7A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.22%

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

R = 56.17%
G = 4.22%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD0D7A (or 0xAD0D7A) is known color: Medium Violet Red. HEX triplet: AD, 0D and 7A. RGB value is (173,13,122). Sum of RGB (Red+Green+Blue) = 173+13+122=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AD0D7A is #52F285. Grayscale: #484848. Windows color (decimal): -5436038 or 7998893. OLE color: 7998893.

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

Color convert

RGB 173 13 122 -
CMYK 0 0.92 0.29 0.32
HSL 319.13º 0.86% 0.36% -
HSV(B) 319.13º 0.92% 0.68% -
XYZ 20.89 10.58 19.35 -
YUV 73.27 155.51 199.14 -
System Red Green Blue C M Y K H S L
Decimal 173 13 122 0 0.92 0.29 0.32 319.13 0.86 0.36
Hex AD D 7A 0 5C 1D 20 13F 56 24
Octal 255 15 172 0 134 35 40 477 126 44
Binary 10101101 1101 1111010 0 1011100 11101 100000 100111111 1010110 100100

Color Harmonies of #AD0D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0D7A

Black with #AD0D7A

Text Example


Text Example

White with #AD0D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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