#AA65DA

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

Shades of Amethyst #AA65DA

Tints of Amethyst #AA65DA

Color information

#AA65DA (or 0xAA65DA) is unknown color: approx Amethyst. HEX triplet: AA, 65 and DA. RGB value is (170,101,218). Sum of RGB (Red+Green+Blue) = 170+101+218=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA65DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65DA is #559A25. Grayscale: #868686. Windows color (decimal): -5610022 or 14312874. OLE color: 14312874.

HSL color Cylindrical-coordinate representation of color #AA65DA: hue angle of 275.38º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA65DA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170101218-
CMYK0.220.5400.15
HSL275.38º61.26%62.55%-
HSV(B)275.38º53.67%85.49%-
XYZ33.8922.9268.97-
YUV134.97174.86152.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.76%
GREEN value IS 101 (39.84% from 255) = 20.65%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=34.76%
G=20.65%
B=44.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701012180.220.5400.15275.3861.2662.55
HexAA65DA16360F1133d3f
Octal25214533226660174237577
Binary101010101100101110110101011011011001111100010011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65DA; }

 p { color: rgb(170,101,218); }

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

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

 a { background-color: rgb(170,101,218); }

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

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

 span { border-color: rgb(170,101,218); }

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