#AA67E6

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

Shades of Amethyst #AA67E6

Tints of Amethyst #AA67E6

Color information

#AA67E6 (or 0xAA67E6) is unknown color: approx Amethyst. HEX triplet: AA, 67 and E6. RGB value is (170,103,230). Sum of RGB (Red+Green+Blue) = 170+103+230=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 230 (90.23% from 255 or 45.73% from 503); Max value from RGB is 230 - color contains mainly: blue. Hex color #AA67E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA67E6 is #559819. Grayscale: #898989. Windows color (decimal): -5609498 or 15099818. OLE color: 15099818.

HSL color Cylindrical-coordinate representation of color #AA67E6: hue angle of 271.65º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA67E6 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB170103230-
CMYK0.260.5500.10
HSL271.65º71.75%65.29%-
HSV(B)271.65º55.22%90.2%-
XYZ35.7123.9677.61-
YUV137.51180.2151.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 103 (40.62% from 255) = 20.48%
BLUE value IS 230 (90.23% from 255) = 45.73%
R=33.80%
G=20.48%
B=45.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1701032300.260.5500.10271.6571.7565.29
HexAA67E61A370A1104841
Octal2521473463267012420110101
Binary10101010110011111100110110101101110101010001000010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67E6; }

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

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

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

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

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

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

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

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