#AA69C5

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

Shades of Amethyst #AA69C5

Tints of Amethyst #AA69C5

Color information

#AA69C5 (or 0xAA69C5) is unknown color: approx Amethyst. HEX triplet: AA, 69 and C5. RGB value is (170,105,197). Sum of RGB (Red+Green+Blue) = 170+105+197=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #AA69C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69C5 is #55963A. Grayscale: #868686. Windows color (decimal): -5609019 or 12937642. OLE color: 12937642.

HSL color Cylindrical-coordinate representation of color #AA69C5: hue angle of 282.39º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA69C5 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB170105197-
CMYK0.140.4700.23
HSL282.39º44.23%59.22%-
HSV(B)282.39º46.7%77.25%-
XYZ31.7122.6855.53-
YUV134.92163.03153.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.02%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 197 (77.34% from 255) = 41.74%
R=36.02%
G=22.25%
B=41.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1701051970.140.4700.23282.3944.2359.22
HexAA69C5E2F01711a2c3b
Octal25215130516570274325473
Binary101010101101001110001011110101111010111100011010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69C5; }

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

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

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

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

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

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

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

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