#aa69d8

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

Shades of Amethyst #AA69D8

Tints of Amethyst #AA69D8

Color information

#AA69D8 (or 0xAA69D8) is unknown color: approx Amethyst. HEX triplet: AA, 69 and D8. RGB value is (170,105,216). Sum of RGB (Red+Green+Blue) = 170+105+216=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA69D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69D8 is #559627. Grayscale: #888888. Windows color (decimal): -5609000 or 14182826. OLE color: 14182826.

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

Color convert

RGB170105216-
CMYK0.210.5100.15
HSL275.14º58.73%62.94%-
HSV(B)275.14º51.39%84.71%-
XYZ34.0223.6167.73-
YUV137.09172.53151.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.62%
GREEN value IS 105 (41.41% from 255) = 21.38%
BLUE value IS 216 (84.77% from 255) = 43.99%
R=34.62%
G=21.38%
B=43.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701052160.210.5100.15275.1458.7362.94
HexAA69D815330F1133b3f
Octal25215133025630174237377
Binary101010101101001110110001010111001101111100010011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa69d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa69d8; }

 p { color: rgb(170,105,216); }

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

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

 a { background-color: rgb(170,105,216); }

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

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

 span { border-color: rgb(170,105,216); }

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