Html Css Color HEX #AA6EE0 Amethyst

📋 copy color: '#AA6EE0'

red 170 ◦ green 110 ◦ blue 224

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

Shades of Amethyst #AA6EE0

Tints of Amethyst #AA6EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.44%

R = 33.73%
G = 21.83%
B = 44.44%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA6EE0 (or 0xAA6EE0) is known color: Amethyst. HEX triplet: AA, 6E and E0. RGB value is (170,110,224). Sum of RGB (Red+Green+Blue) = 170+110+224=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA6EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EE0 is #55911F. Grayscale: #8C8C8C. Windows color (decimal): -5607712 or 14708394. OLE color: 14708394.

HSL color Cylindrical-coordinate representation of color #AA6EE0: hue angle of 271.58º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6EE0 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 110 224 -
CMYK 0.24 0.51 0 0.12
HSL 271.58º 0.65% 0.65% -
HSV(B) 271.58º 0.51% 0.88% -
XYZ 35.61 25.08 73.49 -
YUV 140.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 170 110 224 0.24 0.51 0 0.12 271.58 0.65 0.65
Hex AA 6E E0 18 33 0 C 110 41 41
Octal 252 156 340 30 63 0 14 420 101 101
Binary 10101010 1101110 11100000 11000 110011 0 1100 100010000 1000001 1000001

Color Harmonies of #AA6EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6EE0

Black with #AA6EE0

Text Example


Text Example

White with #AA6EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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