Html Css Color HEX #AA62E9 Amethyst

📋 copy color: '#AA62E9'

red 170 ◦ green 98 ◦ blue 233

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

Shades of Amethyst #AA62E9

Tints of Amethyst #AA62E9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.56%

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

R = 33.93%
G = 19.56%
B = 46.51%

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

#AA62E9 (or 0xAA62E9) is known color: Amethyst. HEX triplet: AA, 62 and E9. RGB value is (170,98,233). Sum of RGB (Red+Green+Blue) = 170+98+233=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA62E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA62E9 is #559D16. Grayscale: #868686. Windows color (decimal): -5610775 or 15295146. OLE color: 15295146.

HSL color Cylindrical-coordinate representation of color #AA62E9: hue angle of 272º degrees, saturation: 0.75, 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 #AA62E9 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 98 233 -
CMYK 0.27 0.58 0 0.09
HSL 272º 0.75% 0.65% -
HSV(B) 272º 0.58% 0.91% -
XYZ 35.65 23.16 79.68 -
YUV 134.92 183.35 153.02 -
System Red Green Blue C M Y K H S L
Decimal 170 98 233 0.27 0.58 0 0.09 272 0.75 0.65
Hex AA 62 E9 1B 3A 0 9 110 4B 41
Octal 252 142 351 33 72 0 11 420 113 101
Binary 10101010 1100010 11101001 11011 111010 0 1001 100010000 1001011 1000001

Color Harmonies of #AA62E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62E9

Black with #AA62E9

Text Example


Text Example

White with #AA62E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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