#aa69c9

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

Shades of Amethyst #AA69C9

Tints of Amethyst #AA69C9

Color information

#AA69C9 (or 0xAA69C9) is unknown color: approx Amethyst. HEX triplet: AA, 69 and C9. RGB value is (170,105,201). Sum of RGB (Red+Green+Blue) = 170+105+201=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA69C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69C9 is #559636. Grayscale: #878787. Windows color (decimal): -5609015 or 13199786. OLE color: 13199786.

HSL color Cylindrical-coordinate representation of color #AA69C9: hue angle of 280.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA69C9 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170105201-
CMYK0.150.4800.21
HSL280.62º47.06%60%-
HSV(B)280.62º47.76%78.82%-
XYZ32.1722.8757.98-
YUV135.38165.03152.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.71%
GREEN value IS 105 (41.41% from 255) = 22.06%
BLUE value IS 201 (78.91% from 255) = 42.23%
R=35.71%
G=22.06%
B=42.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701052010.150.4800.21280.6247.0660
HexAA69C9F300151192f3c
Octal25215131117600254315774
Binary101010101101001110010011111110000010101100011001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa69c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa69c9; }

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

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

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

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

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

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

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

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