Html Css Color HEX #AA63CB Amethyst

📋 copy color: '#AA63CB'

red 170 ◦ green 99 ◦ blue 203

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

Shades of Amethyst #AA63CB

Tints of Amethyst #AA63CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.01%

R = 36.02%
G = 20.97%
B = 43.01%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA63CB (or 0xAA63CB) is known color: Amethyst. HEX triplet: AA, 63 and CB. RGB value is (170,99,203). Sum of RGB (Red+Green+Blue) = 170+99+203=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA63CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63CB is #559C34. Grayscale: #838383. Windows color (decimal): -5610549 or 13329322. OLE color: 13329322.

HSL color Cylindrical-coordinate representation of color #AA63CB: hue angle of 280.96º degrees, saturation: 0.5, 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 #AA63CB is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 99 203 -
CMYK 0.16 0.51 0 0.20
HSL 280.96º 0.5% 0.59% -
HSV(B) 280.96º 0.51% 0.8% -
XYZ 31.82 21.78 59.03 -
YUV 132.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 170 99 203 0.16 0.51 0 0.20 280.96 0.5 0.59
Hex AA 63 CB 10 33 0 14 119 32 3B
Octal 252 143 313 20 63 0 24 431 62 73
Binary 10101010 1100011 11001011 10000 110011 0 10100 100011001 110010 111011

Color Harmonies of #AA63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA63CB

Black with #AA63CB

Text Example


Text Example

White with #AA63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA63CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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