Html Css Color HEX #AA60E9 Amethyst

📋 copy color: '#AA60E9'

red 170 ◦ green 96 ◦ blue 233

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

Shades of Amethyst #AA60E9

Tints of Amethyst #AA60E9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.24%

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

R = 34.07%
G = 19.24%
B = 46.69%

CMYK

 C value IS 0.27

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AA60E9 (or 0xAA60E9) is known color: Amethyst. HEX triplet: AA, 60 and E9. RGB value is (170,96,233). Sum of RGB (Red+Green+Blue) = 170+96+233=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 233 (91.41% from 255 or 46.69% from 499); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA60E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA60E9 is #559F16. Grayscale: #858585. Windows color (decimal): -5611287 or 15294634. OLE color: 15294634.

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

Color convert

RGB 170 96 233 -
CMYK 0.27 0.59 0 0.09
HSL 272.41º 0.76% 0.65% -
HSV(B) 272.41º 0.59% 0.91% -
XYZ 35.47 22.79 79.62 -
YUV 133.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 170 96 233 0.27 0.59 0 0.09 272.41 0.76 0.65
Hex AA 60 E9 1B 3B 0 9 110 4C 41
Octal 252 140 351 33 73 0 11 420 114 101
Binary 10101010 1100000 11101001 11011 111011 0 1001 100010000 1001100 1000001

Color Harmonies of #AA60E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA60E9

Black with #AA60E9

Text Example


Text Example

White with #AA60E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA60E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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