#AA6BCF

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

Shades of Amethyst #AA6BCF

Tints of Amethyst #AA6BCF

Color information

#AA6BCF (or 0xAA6BCF) is unknown color: approx Amethyst. HEX triplet: AA, 6B and CF. RGB value is (170,107,207). Sum of RGB (Red+Green+Blue) = 170+107+207=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA6BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BCF is #559430. Grayscale: #888888. Windows color (decimal): -5608497 or 13593514. OLE color: 13593514.

HSL color Cylindrical-coordinate representation of color #AA6BCF: hue angle of 277.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6BCF is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170107207-
CMYK0.180.4800.19
HSL277.8º51.02%61.57%-
HSV(B)277.8º48.31%81.18%-
XYZ33.123.5761.84-
YUV137.24167.37151.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.12%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=35.12%
G=22.11%
B=42.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701072070.180.4800.19277.851.0261.57
HexAA6BCF1230013116333e
Octal25215331722600234266376
Binary1010101011010111100111110010110000010011100010110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BCF; }

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

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

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

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

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

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

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

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