Html Css Color HEX #AA5FE1 Amethyst

📋 copy color: '#AA5FE1'

red 170 ◦ green 95 ◦ blue 225

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

Shades of Amethyst #AA5FE1

Tints of Amethyst #AA5FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.92%

R = 34.69%
G = 19.39%
B = 45.92%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA5FE1 (or 0xAA5FE1) is known color: Amethyst. HEX triplet: AA, 5F and E1. RGB value is (170,95,225). Sum of RGB (Red+Green+Blue) = 170+95+225=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA5FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5FE1 is #55A01E. Grayscale: #838383. Windows color (decimal): -5611551 or 14770090. OLE color: 14770090.

HSL color Cylindrical-coordinate representation of color #AA5FE1: hue angle of 274.62º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5FE1 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 95 225 -
CMYK 0.24 0.58 0 0.12
HSL 274.62º 0.68% 0.63% -
HSV(B) 274.62º 0.58% 0.88% -
XYZ 34.26 22.17 73.71 -
YUV 132.25 180.35 154.93 -
System Red Green Blue C M Y K H S L
Decimal 170 95 225 0.24 0.58 0 0.12 274.62 0.68 0.63
Hex AA 5F E1 18 3A 0 C 113 44 3F
Octal 252 137 341 30 72 0 14 423 104 77
Binary 10101010 1011111 11100001 11000 111010 0 1100 100010011 1000100 111111

Color Harmonies of #AA5FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5FE1

Black with #AA5FE1

Text Example


Text Example

White with #AA5FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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