#AA67D0

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

Shades of Amethyst #AA67D0

Tints of Amethyst #AA67D0

Color information

#AA67D0 (or 0xAA67D0) is unknown color: approx Amethyst. HEX triplet: AA, 67 and D0. RGB value is (170,103,208). Sum of RGB (Red+Green+Blue) = 170+103+208=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA67D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67D0 is #55982F. Grayscale: #868686. Windows color (decimal): -5609520 or 13658026. OLE color: 13658026.

HSL color Cylindrical-coordinate representation of color #AA67D0: hue angle of 278.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA67D0 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB170103208-
CMYK0.180.5000.18
HSL278.29º52.76%60.98%-
HSV(B)278.29º50.48%81.57%-
XYZ32.8122.862.35-
YUV135169.2152.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.34%
GREEN value IS 103 (40.62% from 255) = 21.41%
BLUE value IS 208 (81.64% from 255) = 43.24%
R=35.34%
G=21.41%
B=43.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701032080.180.5000.18278.2952.7660.98
HexAA67D01232012116353d
Octal25214732022620224266575
Binary1010101011001111101000010010110010010010100010110110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67D0; }

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

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

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

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

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

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

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

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