Html Css Color HEX #AA61E5 Amethyst

📋 copy color: '#AA61E5'

red 170 ◦ green 97 ◦ blue 229

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

Shades of Amethyst #AA61E5

Tints of Amethyst #AA61E5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.56%

 BLUE value IS 229 (89.84% from 255) = 46.17%

R = 34.27%
G = 19.56%
B = 46.17%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA61E5 (or 0xAA61E5) is known color: Amethyst. HEX triplet: AA, 61 and E5. RGB value is (170,97,229). Sum of RGB (Red+Green+Blue) = 170+97+229=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 229 (89.84% from 255 or 46.17% from 496); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA61E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61E5 is #559E1A. Grayscale: #858585. Windows color (decimal): -5611035 or 15032746. OLE color: 15032746.

HSL color Cylindrical-coordinate representation of color #AA61E5: hue angle of 273.18º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA61E5 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 97 229 -
CMYK 0.26 0.58 0 0.10
HSL 273.18º 0.72% 0.64% -
HSV(B) 273.18º 0.58% 0.9% -
XYZ 35 22.75 76.68 -
YUV 133.88 181.68 153.77 -
System Red Green Blue C M Y K H S L
Decimal 170 97 229 0.26 0.58 0 0.10 273.18 0.72 0.64
Hex AA 61 E5 1A 3A 0 A 111 48 40
Octal 252 141 345 32 72 0 12 421 110 100
Binary 10101010 1100001 11100101 11010 111010 0 1010 100010001 1001000 1000000

Color Harmonies of #AA61E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61E5

Black with #AA61E5

Text Example


Text Example

White with #AA61E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61E5; }

 p { color: rgb(170,97,229); }

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

background-color css

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

 a { background-color: rgb(170,97,229); }

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

border-color css

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

 span { border-color: rgb(170,97,229); }

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