Html Css Color HEX #AD1AA0 Medium Violet Red

📋 copy color: '#AD1AA0'

red 173 ◦ green 26 ◦ blue 160

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

Shades of Medium Violet Red #AD1AA0

Tints of Medium Violet Red #AD1AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.57%

R = 48.19%
G = 7.24%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#AD1AA0 (or 0xAD1AA0) is known color: Medium Violet Red. HEX triplet: AD, 1A and A0. RGB value is (173,26,160). Sum of RGB (Red+Green+Blue) = 173+26+160=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AA0 is #52E55F. Grayscale: #545454. Windows color (decimal): -5432672 or 10492589. OLE color: 10492589.

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

Color convert

RGB 173 26 160 -
CMYK 0 0.85 0.08 0.32
HSL 305.31º 0.74% 0.39% -
HSV(B) 305.31º 0.85% 0.68% -
XYZ 23.95 12.16 34.34 -
YUV 85.23 170.2 190.6 -
System Red Green Blue C M Y K H S L
Decimal 173 26 160 0 0.85 0.08 0.32 305.31 0.74 0.39
Hex AD 1A A0 0 55 8 20 131 4A 27
Octal 255 32 240 0 125 10 40 461 112 47
Binary 10101101 11010 10100000 0 1010101 1000 100000 100110001 1001010 100111

Color Harmonies of #AD1AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AA0

Black with #AD1AA0

Text Example


Text Example

White with #AD1AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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