Html Css Color HEX #AD1A7A Medium Violet Red

📋 copy color: '#AD1A7A'

red 173 ◦ green 26 ◦ blue 122

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

Shades of Medium Violet Red #AD1A7A

Tints of Medium Violet Red #AD1A7A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.1%

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

R = 53.89%
G = 8.1%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD1A7A (or 0xAD1A7A) is known color: Medium Violet Red. HEX triplet: AD, 1A and 7A. RGB value is (173,26,122). Sum of RGB (Red+Green+Blue) = 173+26+122=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD1A7A is #52E585. Grayscale: #505050. Windows color (decimal): -5432710 or 8002221. OLE color: 8002221.

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

Color convert

RGB 173 26 122 -
CMYK 0 0.85 0.29 0.32
HSL 320.82º 0.74% 0.39% -
HSV(B) 320.82º 0.85% 0.68% -
XYZ 21.12 11.03 19.43 -
YUV 80.9 151.2 193.69 -
System Red Green Blue C M Y K H S L
Decimal 173 26 122 0 0.85 0.29 0.32 320.82 0.74 0.39
Hex AD 1A 7A 0 55 1D 20 141 4A 27
Octal 255 32 172 0 125 35 40 501 112 47
Binary 10101101 11010 1111010 0 1010101 11101 100000 101000001 1001010 100111

Color Harmonies of #AD1A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1A7A

Black with #AD1A7A

Text Example


Text Example

White with #AD1A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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