Html Css Color HEX #AA5EEA Amethyst

📋 copy color: '#AA5EEA'

red 170 ◦ green 94 ◦ blue 234

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

Shades of Amethyst #AA5EEA

Tints of Amethyst #AA5EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 34.14%
G = 18.88%
B = 46.99%

CMYK

 C value IS 0.27

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AA5EEA (or 0xAA5EEA) is known color: Amethyst. HEX triplet: AA, 5E and EA. RGB value is (170,94,234). Sum of RGB (Red+Green+Blue) = 170+94+234=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA5EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EEA is #55A115. Grayscale: #848484. Windows color (decimal): -5611798 or 15359658. OLE color: 15359658.

HSL color Cylindrical-coordinate representation of color #AA5EEA: hue angle of 272.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5EEA is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 94 234 -
CMYK 0.27 0.60 0 0.08
HSL 272.57º 0.77% 0.64% -
HSV(B) 272.57º 0.6% 0.92% -
XYZ 35.43 22.49 80.32 -
YUV 132.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 170 94 234 0.27 0.60 0 0.08 272.57 0.77 0.64
Hex AA 5E EA 1B 3C 0 8 111 4D 40
Octal 252 136 352 33 74 0 10 421 115 100
Binary 10101010 1011110 11101010 11011 111100 0 1000 100010001 1001101 1000000

Color Harmonies of #AA5EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5EEA

Black with #AA5EEA

Text Example


Text Example

White with #AA5EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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