Html Css Color HEX #AA63E5 Amethyst

📋 copy color: '#AA63E5'

red 170 ◦ green 99 ◦ blue 229

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

Shades of Amethyst #AA63E5

Tints of Amethyst #AA63E5

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.88%

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

R = 34.14%
G = 19.88%
B = 45.98%

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

#AA63E5 (or 0xAA63E5) is known color: Amethyst. HEX triplet: AA, 63 and E5. RGB value is (170,99,229). Sum of RGB (Red+Green+Blue) = 170+99+229=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA63E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63E5 is #559C1A. Grayscale: #868686. Windows color (decimal): -5610523 or 15033258. OLE color: 15033258.

HSL color Cylindrical-coordinate representation of color #AA63E5: hue angle of 272.77º degrees, saturation: 0.71, 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 #AA63E5 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 170 99 229 -
CMYK 0.26 0.57 0 0.10
HSL 272.77º 0.71% 0.64% -
HSV(B) 272.77º 0.57% 0.9% -
XYZ 35.18 23.13 76.74 -
YUV 135.05 181.02 152.93 -
System Red Green Blue C M Y K H S L
Decimal 170 99 229 0.26 0.57 0 0.10 272.77 0.71 0.64
Hex AA 63 E5 1A 39 0 A 111 47 40
Octal 252 143 345 32 71 0 12 421 107 100
Binary 10101010 1100011 11100101 11010 111001 0 1010 100010001 1000111 1000000

Color Harmonies of #AA63E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA63E5

Black with #AA63E5

Text Example


Text Example

White with #AA63E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA63E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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