Html Css Color HEX #AA63CD Amethyst

📋 copy color: '#AA63CD'

red 170 ◦ green 99 ◦ blue 205

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

Shades of Amethyst #AA63CD

Tints of Amethyst #AA63CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.25%

R = 35.86%
G = 20.89%
B = 43.25%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA63CD (or 0xAA63CD) is known color: Amethyst. HEX triplet: AA, 63 and CD. RGB value is (170,99,205). Sum of RGB (Red+Green+Blue) = 170+99+205=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA63CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63CD is #559C32. Grayscale: #838383. Windows color (decimal): -5610547 or 13460394. OLE color: 13460394.

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

Color convert

RGB 170 99 205 -
CMYK 0.17 0.52 0 0.20
HSL 280.19º 0.51% 0.6% -
HSV(B) 280.19º 0.52% 0.8% -
XYZ 32.06 21.88 60.29 -
YUV 132.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 170 99 205 0.17 0.52 0 0.20 280.19 0.51 0.6
Hex AA 63 CD 11 34 0 14 118 33 3C
Octal 252 143 315 21 64 0 24 430 63 74
Binary 10101010 1100011 11001101 10001 110100 0 10100 100011000 110011 111100

Color Harmonies of #AA63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA63CD

Black with #AA63CD

Text Example


Text Example

White with #AA63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA63CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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