#AA67CF

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

Shades of Amethyst #AA67CF

Tints of Amethyst #AA67CF

Color information

#AA67CF (or 0xAA67CF) is unknown color: approx Amethyst. HEX triplet: AA, 67 and CF. RGB value is (170,103,207). Sum of RGB (Red+Green+Blue) = 170+103+207=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA67CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA67CF is #559830. Grayscale: #868686. Windows color (decimal): -5609521 or 13592490. OLE color: 13592490.

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

Color convert

RGB170103207-
CMYK0.180.5000.19
HSL278.65º52%60.78%-
HSV(B)278.65º50.24%81.18%-
XYZ32.6922.7561.7-
YUV134.89168.7153.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.42%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 207 (81.25% from 255) = 43.12%
R=35.42%
G=21.46%
B=43.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701032070.180.5000.19278.655260.78
HexAA67CF1232013117343d
Octal25214731722620234276475
Binary1010101011001111100111110010110010010011100010111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA67CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA67CF; }

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

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

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

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

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

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

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

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