Html Css Color HEX #AA5EED Amethyst

📋 copy color: '#AA5EED'

red 170 ◦ green 94 ◦ blue 237

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

Shades of Amethyst #AA5EED

Tints of Amethyst #AA5EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 33.93%
G = 18.76%
B = 47.31%

CMYK

 C value IS 0.28

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AA5EED (or 0xAA5EED) is known color: Amethyst. HEX triplet: AA, 5E and ED. RGB value is (170,94,237). Sum of RGB (Red+Green+Blue) = 170+94+237=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA5EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5EED is #55A112. Grayscale: #848484. Windows color (decimal): -5611795 or 15556266. OLE color: 15556266.

HSL color Cylindrical-coordinate representation of color #AA5EED: hue angle of 271.89º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5EED is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 94 237 -
CMYK 0.28 0.60 0 0.07
HSL 271.89º 0.8% 0.65% -
HSV(B) 271.89º 0.6% 0.93% -
XYZ 35.87 22.67 82.61 -
YUV 133.03 186.68 154.37 -
System Red Green Blue C M Y K H S L
Decimal 170 94 237 0.28 0.60 0 0.07 271.89 0.8 0.65
Hex AA 5E ED 1C 3C 0 7 110 50 41
Octal 252 136 355 34 74 0 7 420 120 101
Binary 10101010 1011110 11101101 11100 111100 0 111 100010000 1010000 1000001

Color Harmonies of #AA5EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5EED

Black with #AA5EED

Text Example


Text Example

White with #AA5EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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