Html Css Color HEX #AA7AD9 Amethyst

📋 copy color: '#AA7AD9'

red 170 ◦ green 122 ◦ blue 217

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

Shades of Amethyst #AA7AD9

Tints of Amethyst #AA7AD9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.97%

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

R = 33.4%
G = 23.97%
B = 42.63%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA7AD9 (or 0xAA7AD9) is known color: Amethyst. HEX triplet: AA, 7A and D9. RGB value is (170,122,217). Sum of RGB (Red+Green+Blue) = 170+122+217=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA7AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7AD9 is #558526. Grayscale: #929292. Windows color (decimal): -5604647 or 14252714. OLE color: 14252714.

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

Color convert

RGB 170 122 217 -
CMYK 0.22 0.44 0 0.15
HSL 270.32º 0.56% 0.66% -
HSV(B) 270.32º 0.44% 0.85% -
XYZ 36.06 27.47 69.05 -
YUV 147.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 170 122 217 0.22 0.44 0 0.15 270.32 0.56 0.66
Hex AA 7A D9 16 2C 0 F 10E 38 42
Octal 252 172 331 26 54 0 17 416 70 102
Binary 10101010 1111010 11011001 10110 101100 0 1111 100001110 111000 1000010

Color Harmonies of #AA7AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7AD9

Black with #AA7AD9

Text Example


Text Example

White with #AA7AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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