Html Css Color HEX #AA6ED8 Amethyst

📋 copy color: '#AA6ED8'

red 170 ◦ green 110 ◦ blue 216

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

Shades of Amethyst #AA6ED8

Tints of Amethyst #AA6ED8

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.18%

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

R = 34.27%
G = 22.18%
B = 43.55%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA6ED8 (or 0xAA6ED8) is known color: Amethyst. HEX triplet: AA, 6E and D8. RGB value is (170,110,216). Sum of RGB (Red+Green+Blue) = 170+110+216=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 110 (43.36% from 255 or 22.18% from 496); Blue value is 216 (84.77% from 255 or 43.55% from 496); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA6ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ED8 is #559127. Grayscale: #8B8B8B. Windows color (decimal): -5607720 or 14184106. OLE color: 14184106.

HSL color Cylindrical-coordinate representation of color #AA6ED8: hue angle of 273.96º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6ED8 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 110 216 -
CMYK 0.21 0.49 0 0.15
HSL 273.96º 0.58% 0.64% -
HSV(B) 273.96º 0.49% 0.85% -
XYZ 34.55 24.66 67.9 -
YUV 140.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 170 110 216 0.21 0.49 0 0.15 273.96 0.58 0.64
Hex AA 6E D8 15 31 0 F 112 3A 40
Octal 252 156 330 25 61 0 17 422 72 100
Binary 10101010 1101110 11011000 10101 110001 0 1111 100010010 111010 1000000

Color Harmonies of #AA6ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6ED8

Black with #AA6ED8

Text Example


Text Example

White with #AA6ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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