Html Css Color HEX #AA63CC Amethyst

📋 copy color: '#AA63CC'

red 170 ◦ green 99 ◦ blue 204

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

Shades of Amethyst #AA63CC

Tints of Amethyst #AA63CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 35.94%
G = 20.93%
B = 43.13%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA63CC (or 0xAA63CC) is known color: Amethyst. HEX triplet: AA, 63 and CC. RGB value is (170,99,204). Sum of RGB (Red+Green+Blue) = 170+99+204=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA63CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63CC is #559C33. Grayscale: #838383. Windows color (decimal): -5610548 or 13394858. OLE color: 13394858.

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

Color convert

RGB 170 99 204 -
CMYK 0.17 0.51 0 0.2
HSL 280.57º 0.51% 0.59% -
HSV(B) 280.57º 0.51% 0.8% -
XYZ 31.94 21.83 59.66 -
YUV 132.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 170 99 204 0.17 0.51 0 0.2 280.57 0.51 0.59
Hex AA 63 CC 11 33 0 14 119 33 3B
Octal 252 143 314 21 63 0 24 431 63 73
Binary 10101010 1100011 11001100 10001 110011 0 10100 100011001 110011 111011

Color Harmonies of #AA63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA63CC

Black with #AA63CC

Text Example


Text Example

White with #AA63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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