Html Css Color HEX #AD1AA5 Medium Violet Red

📋 copy color: '#AD1AA5'

red 173 ◦ green 26 ◦ blue 165

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

Shades of Medium Violet Red #AD1AA5

Tints of Medium Violet Red #AD1AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.33%

R = 47.53%
G = 7.14%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#AD1AA5 (or 0xAD1AA5) is known color: Medium Violet Red. HEX triplet: AD, 1A and A5. RGB value is (173,26,165). Sum of RGB (Red+Green+Blue) = 173+26+165=364 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.53% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1AA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AA5 is #52E55A. Grayscale: #555555. Windows color (decimal): -5432667 or 10820269. OLE color: 10820269.

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

Color convert

RGB 173 26 165 -
CMYK 0 0.85 0.05 0.32
HSL 303.27º 0.74% 0.39% -
HSV(B) 303.27º 0.85% 0.68% -
XYZ 24.39 12.34 36.69 -
YUV 85.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 173 26 165 0 0.85 0.05 0.32 303.27 0.74 0.39
Hex AD 1A A5 0 55 5 20 12F 4A 27
Octal 255 32 245 0 125 5 40 457 112 47
Binary 10101101 11010 10100101 0 1010101 101 100000 100101111 1001010 100111

Color Harmonies of #AD1AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AA5

Black with #AD1AA5

Text Example


Text Example

White with #AD1AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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