Html Css Color HEX #AA63CE Amethyst

📋 copy color: '#AA63CE'

red 170 ◦ green 99 ◦ blue 206

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

Shades of Amethyst #AA63CE

Tints of Amethyst #AA63CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.37%

R = 35.79%
G = 20.84%
B = 43.37%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA63CE (or 0xAA63CE) is known color: Amethyst. HEX triplet: AA, 63 and CE. RGB value is (170,99,206). Sum of RGB (Red+Green+Blue) = 170+99+206=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63CE is #559C31. Grayscale: #848484. Windows color (decimal): -5610546 or 13525930. OLE color: 13525930.

HSL color Cylindrical-coordinate representation of color #AA63CE: hue angle of 279.81º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA63CE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 99 206 -
CMYK 0.17 0.52 0 0.19
HSL 279.81º 0.52% 0.6% -
HSV(B) 279.81º 0.52% 0.81% -
XYZ 32.18 21.93 60.93 -
YUV 132.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 170 99 206 0.17 0.52 0 0.19 279.81 0.52 0.6
Hex AA 63 CE 11 34 0 13 118 34 3C
Octal 252 143 316 21 64 0 23 430 64 74
Binary 10101010 1100011 11001110 10001 110100 0 10011 100011000 110100 111100

Color Harmonies of #AA63CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA63CE

Black with #AA63CE

Text Example


Text Example

White with #AA63CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA63CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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