Html Css Color HEX #AA62E5 Amethyst

📋 copy color: '#AA62E5'

red 170 ◦ green 98 ◦ blue 229

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

Shades of Amethyst #AA62E5

Tints of Amethyst #AA62E5

RGB

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

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

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

R = 34.21%
G = 19.72%
B = 46.08%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AA62E5 (or 0xAA62E5) is known color: Amethyst. HEX triplet: AA, 62 and E5. RGB value is (170,98,229). Sum of RGB (Red+Green+Blue) = 170+98+229=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA62E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62E5 is #559D1A. Grayscale: #868686. Windows color (decimal): -5610779 or 15033002. OLE color: 15033002.

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

Color convert

RGB 170 98 229 -
CMYK 0.26 0.57 0 0.10
HSL 272.98º 0.72% 0.64% -
HSV(B) 272.98º 0.57% 0.9% -
XYZ 35.09 22.94 76.71 -
YUV 134.46 181.35 153.35 -
System Red Green Blue C M Y K H S L
Decimal 170 98 229 0.26 0.57 0 0.10 272.98 0.72 0.64
Hex AA 62 E5 1A 39 0 A 111 48 40
Octal 252 142 345 32 71 0 12 421 110 100
Binary 10101010 1100010 11100101 11010 111001 0 1010 100010001 1001000 1000000

Color Harmonies of #AA62E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA62E5

Black with #AA62E5

Text Example


Text Example

White with #AA62E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA62E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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