Html Css Color HEX #AA6EDE Amethyst

📋 copy color: '#AA6EDE'

red 170 ◦ green 110 ◦ blue 222

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

Shades of Amethyst #AA6EDE

Tints of Amethyst #AA6EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 33.86%
G = 21.91%
B = 44.22%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA6EDE (or 0xAA6EDE) is known color: Amethyst. HEX triplet: AA, 6E and DE. RGB value is (170,110,222). Sum of RGB (Red+Green+Blue) = 170+110+222=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA6EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EDE is #559121. Grayscale: #8C8C8C. Windows color (decimal): -5607714 or 14577322. OLE color: 14577322.

HSL color Cylindrical-coordinate representation of color #AA6EDE: hue angle of 272.14º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6EDE is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 110 222 -
CMYK 0.23 0.50 0 0.13
HSL 272.14º 0.63% 0.65% -
HSV(B) 272.14º 0.5% 0.87% -
XYZ 35.34 24.97 72.06 -
YUV 140.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 170 110 222 0.23 0.50 0 0.13 272.14 0.63 0.65
Hex AA 6E DE 17 32 0 D 110 3F 41
Octal 252 156 336 27 62 0 15 420 77 101
Binary 10101010 1101110 11011110 10111 110010 0 1101 100010000 111111 1000001

Color Harmonies of #AA6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6EDE

Black with #AA6EDE

Text Example


Text Example

White with #AA6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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