Html Css Color HEX #AA6AE0 Amethyst

📋 copy color: '#AA6AE0'

red 170 ◦ green 106 ◦ blue 224

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

Shades of Amethyst #AA6AE0

Tints of Amethyst #AA6AE0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.2%

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

R = 34%
G = 21.2%
B = 44.8%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA6AE0 (or 0xAA6AE0) is known color: Amethyst. HEX triplet: AA, 6A and E0. RGB value is (170,106,224). Sum of RGB (Red+Green+Blue) = 170+106+224=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 224 (87.89% from 255 or 44.8% from 500); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA6AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AE0 is #55951F. Grayscale: #8A8A8A. Windows color (decimal): -5608736 or 14707370. OLE color: 14707370.

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

Color convert

RGB 170 106 224 -
CMYK 0.24 0.53 0 0.12
HSL 272.54º 0.66% 0.65% -
HSV(B) 272.54º 0.53% 0.88% -
XYZ 35.19 24.24 73.34 -
YUV 138.59 176.2 150.41 -
System Red Green Blue C M Y K H S L
Decimal 170 106 224 0.24 0.53 0 0.12 272.54 0.66 0.65
Hex AA 6A E0 18 35 0 C 111 42 41
Octal 252 152 340 30 65 0 14 421 102 101
Binary 10101010 1101010 11100000 11000 110101 0 1100 100010001 1000010 1000001

Color Harmonies of #AA6AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6AE0

Black with #AA6AE0

Text Example


Text Example

White with #AA6AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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