Html Css Color HEX #AD1AA6 Medium Violet Red

📋 copy color: '#AD1AA6'

red 173 ◦ green 26 ◦ blue 166

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

Shades of Medium Violet Red #AD1AA6

Tints of Medium Violet Red #AD1AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.48%

R = 47.4%
G = 7.12%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#AD1AA6 (or 0xAD1AA6) is known color: Medium Violet Red. HEX triplet: AD, 1A and A6. RGB value is (173,26,166). Sum of RGB (Red+Green+Blue) = 173+26+166=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 166 (65.23% from 255 or 45.48% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD1AA6 is #52E559. Grayscale: #555555. Windows color (decimal): -5432666 or 10885805. OLE color: 10885805.

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

Color convert

RGB 173 26 166 -
CMYK 0 0.85 0.04 0.32
HSL 302.86º 0.74% 0.39% -
HSV(B) 302.86º 0.85% 0.68% -
XYZ 24.49 12.38 37.17 -
YUV 85.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 173 26 166 0 0.85 0.04 0.32 302.86 0.74 0.39
Hex AD 1A A6 0 55 4 20 12F 4A 27
Octal 255 32 246 0 125 4 40 457 112 47
Binary 10101101 11010 10100110 0 1010101 100 100000 100101111 1001010 100111

Color Harmonies of #AD1AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AA6

Black with #AD1AA6

Text Example


Text Example

White with #AD1AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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