Html Css Color HEX #AA5EDE Amethyst

📋 copy color: '#AA5EDE'

red 170 ◦ green 94 ◦ blue 222

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

Shades of Amethyst #AA5EDE

Tints of Amethyst #AA5EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 34.98%
G = 19.34%
B = 45.68%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA5EDE (or 0xAA5EDE) is known color: Amethyst. HEX triplet: AA, 5E and DE. RGB value is (170,94,222). Sum of RGB (Red+Green+Blue) = 170+94+222=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA5EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EDE is #55A121. Grayscale: #828282. Windows color (decimal): -5611810 or 14573226. OLE color: 14573226.

HSL color Cylindrical-coordinate representation of color #AA5EDE: hue angle of 275.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5EDE is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 94 222 -
CMYK 0.23 0.58 0 0.13
HSL 275.63º 0.66% 0.62% -
HSV(B) 275.63º 0.58% 0.87% -
XYZ 33.77 21.83 71.54 -
YUV 131.32 179.18 155.59 -
System Red Green Blue C M Y K H S L
Decimal 170 94 222 0.23 0.58 0 0.13 275.63 0.66 0.62
Hex AA 5E DE 17 3A 0 D 114 42 3E
Octal 252 136 336 27 72 0 15 424 102 76
Binary 10101010 1011110 11011110 10111 111010 0 1101 100010100 1000010 111110

Color Harmonies of #AA5EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5EDE

Black with #AA5EDE

Text Example


Text Example

White with #AA5EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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