Html Css Color HEX #AD1AA1 Medium Violet Red

📋 copy color: '#AD1AA1'

red 173 ◦ green 26 ◦ blue 161

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

Shades of Medium Violet Red #AD1AA1

Tints of Medium Violet Red #AD1AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 44.72%

R = 48.06%
G = 7.22%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#AD1AA1 (or 0xAD1AA1) is known color: Medium Violet Red. HEX triplet: AD, 1A and A1. RGB value is (173,26,161). Sum of RGB (Red+Green+Blue) = 173+26+161=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 161 (63.28% from 255 or 44.72% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AA1 is #52E55E. Grayscale: #545454. Windows color (decimal): -5432671 or 10558125. OLE color: 10558125.

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

Color convert

RGB 173 26 161 -
CMYK 0 0.85 0.07 0.32
HSL 304.9º 0.74% 0.39% -
HSV(B) 304.9º 0.85% 0.68% -
XYZ 24.04 12.2 34.81 -
YUV 85.34 170.7 190.52 -
System Red Green Blue C M Y K H S L
Decimal 173 26 161 0 0.85 0.07 0.32 304.9 0.74 0.39
Hex AD 1A A1 0 55 7 20 131 4A 27
Octal 255 32 241 0 125 7 40 461 112 47
Binary 10101101 11010 10100001 0 1010101 111 100000 100110001 1001010 100111

Color Harmonies of #AD1AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AA1

Black with #AD1AA1

Text Example


Text Example

White with #AD1AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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