Html Css Color HEX #AA6DD9 Amethyst

📋 copy color: '#AA6DD9'

red 170 ◦ green 109 ◦ blue 217

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

Shades of Amethyst #AA6DD9

Tints of Amethyst #AA6DD9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.98%

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

R = 34.27%
G = 21.98%
B = 43.75%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA6DD9 (or 0xAA6DD9) is known color: Amethyst. HEX triplet: AA, 6D and D9. RGB value is (170,109,217). Sum of RGB (Red+Green+Blue) = 170+109+217=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA6DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DD9 is #559226. Grayscale: #8B8B8B. Windows color (decimal): -5607975 or 14249386. OLE color: 14249386.

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

Color convert

RGB 170 109 217 -
CMYK 0.22 0.50 0 0.15
HSL 273.89º 0.59% 0.64% -
HSV(B) 273.89º 0.5% 0.85% -
XYZ 34.57 24.49 68.55 -
YUV 139.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 170 109 217 0.22 0.50 0 0.15 273.89 0.59 0.64
Hex AA 6D D9 16 32 0 F 112 3B 40
Octal 252 155 331 26 62 0 17 422 73 100
Binary 10101010 1101101 11011001 10110 110010 0 1111 100010010 111011 1000000

Color Harmonies of #AA6DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DD9

Black with #AA6DD9

Text Example


Text Example

White with #AA6DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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