#AA63DC

Color #AA63DC Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #AA63DC

Tints of Amethyst #AA63DC

Color information

#AA63DC (or 0xAA63DC) is unknown color: approx Amethyst. HEX triplet: AA, 63 and DC. RGB value is (170,99,220). Sum of RGB (Red+Green+Blue) = 170+99+220=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA63DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63DC is #559C23. Grayscale: #858585. Windows color (decimal): -5610532 or 14443434. OLE color: 14443434.

HSL color Cylindrical-coordinate representation of color #AA63DC: hue angle of 275.21º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA63DC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17099220-
CMYK0.230.5500.14
HSL275.21º63.35%62.55%-
HSV(B)275.21º55%86.27%-
XYZ33.9622.6470.29-
YUV134.02176.52153.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 99 (39.06% from 255) = 20.25%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=34.76%
G=20.25%
B=44.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal170992200.230.5500.14275.2163.3562.55
HexAA63DC17370E1133f3f
Octal25214333427670164237777
Binary101010101100011110111001011111011101110100010011111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63DC; }

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

 H1.HeaderClassName
 {
   color: #AA63DC;
 }
 .AnyTagClassName
 {
   color: #AA63DC;
 }
</style>
background-color css

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

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

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

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

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

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