#aa67c6

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

Shades of Amethyst #AA67C6

Tints of Amethyst #AA67C6

Color information

#AA67C6 (or 0xAA67C6) is unknown color: approx Amethyst. HEX triplet: AA, 67 and C6. RGB value is (170,103,198). Sum of RGB (Red+Green+Blue) = 170+103+198=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA67C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67C6 is #559839. Grayscale: #858585. Windows color (decimal): -5609530 or 13002666. OLE color: 13002666.

HSL color Cylindrical-coordinate representation of color #AA67C6: hue angle of 282.32º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA67C6 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB170103198-
CMYK0.140.4800.22
HSL282.32º45.45%59.02%-
HSV(B)282.32º47.98%77.65%-
XYZ31.6222.3256.07-
YUV133.86164.2153.78-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 103 (40.62% from 255) = 21.87%
BLUE value IS 198 (77.73% from 255) = 42.04%
R=36.09%
G=21.87%
B=42.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1701031980.140.4800.22282.3245.4559.02
HexAA67C6E3001611a2d3b
Octal25214730616600264325573
Binary101010101100111110001101110110000010110100011010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa67c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa67c6; }

 p { color: rgb(170,103,198); }

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

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

 a { background-color: rgb(170,103,198); }

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

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

 span { border-color: rgb(170,103,198); }

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