Html Css Color HEX #AA6DD8 Amethyst

📋 copy color: '#AA6DD8'

red 170 ◦ green 109 ◦ blue 216

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

Shades of Amethyst #AA6DD8

Tints of Amethyst #AA6DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 34.34%
G = 22.02%
B = 43.64%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA6DD8 (or 0xAA6DD8) is known color: Amethyst. HEX triplet: AA, 6D and D8. RGB value is (170,109,216). Sum of RGB (Red+Green+Blue) = 170+109+216=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA6DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DD8 is #559227. Grayscale: #8B8B8B. Windows color (decimal): -5607976 or 14183850. OLE color: 14183850.

HSL color Cylindrical-coordinate representation of color #AA6DD8: hue angle of 274.21º degrees, saturation: 0.58, 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 #AA6DD8 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 109 216 -
CMYK 0.21 0.50 0 0.15
HSL 274.21º 0.58% 0.64% -
HSV(B) 274.21º 0.5% 0.85% -
XYZ 34.44 24.44 67.87 -
YUV 139.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 170 109 216 0.21 0.50 0 0.15 274.21 0.58 0.64
Hex AA 6D D8 15 32 0 F 112 3A 40
Octal 252 155 330 25 62 0 17 422 72 100
Binary 10101010 1101101 11011000 10101 110010 0 1111 100010010 111010 1000000

Color Harmonies of #AA6DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DD8

Black with #AA6DD8

Text Example


Text Example

White with #AA6DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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