Html Css Color HEX #AA5EDC Amethyst

📋 copy color: '#AA5EDC'

red 170 ◦ green 94 ◦ blue 220

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

Shades of Amethyst #AA5EDC

Tints of Amethyst #AA5EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 35.12%
G = 19.42%
B = 45.45%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA5EDC (or 0xAA5EDC) is known color: Amethyst. HEX triplet: AA, 5E and DC. RGB value is (170,94,220). Sum of RGB (Red+Green+Blue) = 170+94+220=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA5EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5EDC is #55A123. Grayscale: #828282. Windows color (decimal): -5611812 or 14442154. OLE color: 14442154.

HSL color Cylindrical-coordinate representation of color #AA5EDC: hue angle of 276.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA5EDC is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 94 220 -
CMYK 0.23 0.57 0 0.14
HSL 276.19º 0.64% 0.62% -
HSV(B) 276.19º 0.57% 0.86% -
XYZ 33.5 21.72 70.14 -
YUV 131.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 170 94 220 0.23 0.57 0 0.14 276.19 0.64 0.62
Hex AA 5E DC 17 39 0 E 114 40 3E
Octal 252 136 334 27 71 0 16 424 100 76
Binary 10101010 1011110 11011100 10111 111001 0 1110 100010100 1000000 111110

Color Harmonies of #AA5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5EDC

Black with #AA5EDC

Text Example


Text Example

White with #AA5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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