Html Css Color HEX #AA6AD9 Amethyst

📋 copy color: '#AA6AD9'

red 170 ◦ green 106 ◦ blue 217

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

Shades of Amethyst #AA6AD9

Tints of Amethyst #AA6AD9

RGB

 RED value IS 170 (66.8% from 255) = 34.48%

 GREEN value IS 106 (41.8% from 255) = 21.5%

 BLUE value IS 217 (85.16% from 255) = 44.02%

R = 34.48%
G = 21.5%
B = 44.02%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA6AD9 (or 0xAA6AD9) is known color: Amethyst. HEX triplet: AA, 6A and D9. RGB value is (170,106,217). Sum of RGB (Red+Green+Blue) = 170+106+217=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA6AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AD9 is #559526. Grayscale: #898989. Windows color (decimal): -5608743 or 14248618. OLE color: 14248618.

HSL color Cylindrical-coordinate representation of color #AA6AD9: hue angle of 274.59º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6AD9 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 106 217 -
CMYK 0.22 0.51 0 0.15
HSL 274.59º 0.59% 0.63% -
HSV(B) 274.59º 0.51% 0.85% -
XYZ 34.26 23.86 68.45 -
YUV 137.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 170 106 217 0.22 0.51 0 0.15 274.59 0.59 0.63
Hex AA 6A D9 16 33 0 F 113 3B 3F
Octal 252 152 331 26 63 0 17 423 73 77
Binary 10101010 1101010 11011001 10110 110011 0 1111 100010011 111011 111111

Color Harmonies of #AA6AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6AD9

Black with #AA6AD9

Text Example


Text Example

White with #AA6AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6AD9; }

 p { color: rgb(170,106,217); }

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

background-color css

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

 a { background-color: rgb(170,106,217); }

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

border-color css

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

 span { border-color: rgb(170,106,217); }

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