Html Css Color HEX #AA63DF Amethyst

📋 copy color: '#AA63DF'

red 170 ◦ green 99 ◦ blue 223

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

Shades of Amethyst #AA63DF

Tints of Amethyst #AA63DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.33%

R = 34.55%
G = 20.12%
B = 45.33%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA63DF (or 0xAA63DF) is known color: Amethyst. HEX triplet: AA, 63 and DF. RGB value is (170,99,223). Sum of RGB (Red+Green+Blue) = 170+99+223=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA63DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63DF is #559C20. Grayscale: #858585. Windows color (decimal): -5610529 or 14640042. OLE color: 14640042.

HSL color Cylindrical-coordinate representation of color #AA63DF: hue angle of 274.35º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA63DF is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 99 223 -
CMYK 0.24 0.56 0 0.13
HSL 274.35º 0.66% 0.63% -
HSV(B) 274.35º 0.56% 0.87% -
XYZ 34.36 22.8 72.4 -
YUV 134.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 170 99 223 0.24 0.56 0 0.13 274.35 0.66 0.63
Hex AA 63 DF 18 38 0 D 112 42 3F
Octal 252 143 337 30 70 0 15 422 102 77
Binary 10101010 1100011 11011111 11000 111000 0 1101 100010010 1000010 111111

Color Harmonies of #AA63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA63DF

Black with #AA63DF

Text Example


Text Example

White with #AA63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA63DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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