Html Css Color HEX #AA61E9 Amethyst

📋 copy color: '#AA61E9'

red 170 ◦ green 97 ◦ blue 233

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

Shades of Amethyst #AA61E9

Tints of Amethyst #AA61E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.6%

R = 34%
G = 19.4%
B = 46.6%

CMYK

 C value IS 0.27

 M value IS 0.58

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA61E9 (or 0xAA61E9) is known color: Amethyst. HEX triplet: AA, 61 and E9. RGB value is (170,97,233). Sum of RGB (Red+Green+Blue) = 170+97+233=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 97 (38.28% from 255 or 19.4% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA61E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA61E9 is #559E16. Grayscale: #858585. Windows color (decimal): -5611031 or 15294890. OLE color: 15294890.

HSL color Cylindrical-coordinate representation of color #AA61E9: hue angle of 272.21º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA61E9 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 97 233 -
CMYK 0.27 0.58 0 0.09
HSL 272.21º 0.76% 0.65% -
HSV(B) 272.21º 0.58% 0.91% -
XYZ 35.56 22.98 79.65 -
YUV 134.33 183.68 153.44 -
System Red Green Blue C M Y K H S L
Decimal 170 97 233 0.27 0.58 0 0.09 272.21 0.76 0.65
Hex AA 61 E9 1B 3A 0 9 110 4C 41
Octal 252 141 351 33 72 0 11 420 114 101
Binary 10101010 1100001 11101001 11011 111010 0 1001 100010000 1001100 1000001

Color Harmonies of #AA61E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61E9

Black with #AA61E9

Text Example


Text Example

White with #AA61E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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