Html Css Color HEX #AA5EE1 Amethyst

📋 copy color: '#AA5EE1'

red 170 ◦ green 94 ◦ blue 225

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

Shades of Amethyst #AA5EE1

Tints of Amethyst #AA5EE1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.22%

 BLUE value IS 225 (88.28% from 255) = 46.01%

R = 34.76%
G = 19.22%
B = 46.01%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA5EE1 (or 0xAA5EE1) is known color: Amethyst. HEX triplet: AA, 5E and E1. RGB value is (170,94,225). Sum of RGB (Red+Green+Blue) = 170+94+225=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA5EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EE1 is #55A11E. Grayscale: #838383. Windows color (decimal): -5611807 or 14769834. OLE color: 14769834.

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

Color convert

RGB 170 94 225 -
CMYK 0.24 0.58 0 0.12
HSL 274.81º 0.69% 0.63% -
HSV(B) 274.81º 0.58% 0.88% -
XYZ 34.17 21.99 73.68 -
YUV 131.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 170 94 225 0.24 0.58 0 0.12 274.81 0.69 0.63
Hex AA 5E E1 18 3A 0 C 113 45 3F
Octal 252 136 341 30 72 0 14 423 105 77
Binary 10101010 1011110 11100001 11000 111010 0 1100 100010011 1000101 111111

Color Harmonies of #AA5EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5EE1

Black with #AA5EE1

Text Example


Text Example

White with #AA5EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5EE1; }

 p { color: rgb(170,94,225); }

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

background-color css

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

 a { background-color: rgb(170,94,225); }

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

border-color css

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

 span { border-color: rgb(170,94,225); }

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