Html Css Color HEX #AA5FEC Amethyst

📋 copy color: '#AA5FEC'

red 170 ◦ green 95 ◦ blue 236

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

Shades of Amethyst #AA5FEC

Tints of Amethyst #AA5FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.96%

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 33.93%
G = 18.96%
B = 47.11%

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

#AA5FEC (or 0xAA5FEC) is known color: Amethyst. HEX triplet: AA, 5F and EC. RGB value is (170,95,236). Sum of RGB (Red+Green+Blue) = 170+95+236=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA5FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA5FEC is #55A013. Grayscale: #858585. Windows color (decimal): -5611540 or 15490986. OLE color: 15490986.

HSL color Cylindrical-coordinate representation of color #AA5FEC: hue angle of 271.91º degrees, saturation: 0.79, 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 #AA5FEC is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 170 95 236 -
CMYK 0.28 0.60 0 0.07
HSL 271.91º 0.79% 0.65% -
HSV(B) 271.91º 0.6% 0.93% -
XYZ 35.81 22.79 81.87 -
YUV 133.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 170 95 236 0.28 0.60 0 0.07 271.91 0.79 0.65
Hex AA 5F EC 1C 3C 0 7 110 4F 41
Octal 252 137 354 34 74 0 7 420 117 101
Binary 10101010 1011111 11101100 11100 111100 0 111 100010000 1001111 1000001

Color Harmonies of #AA5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FEC

Black with #AA5FEC

Text Example


Text Example

White with #AA5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FEC; }

 p { color: rgb(170,95,236); }

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

background-color css

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

 a { background-color: rgb(170,95,236); }

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

border-color css

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

 span { border-color: rgb(170,95,236); }

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