#AA6BCE

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

Shades of Amethyst #AA6BCE

Tints of Amethyst #AA6BCE

Color information

#AA6BCE (or 0xAA6BCE) is unknown color: approx Amethyst. HEX triplet: AA, 6B and CE. RGB value is (170,107,206). Sum of RGB (Red+Green+Blue) = 170+107+206=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 107 (42.19% from 255 or 22.15% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA6BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BCE is #559431. Grayscale: #888888. Windows color (decimal): -5608498 or 13527978. OLE color: 13527978.

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

Color convert

RGB170107206-
CMYK0.170.4800.19
HSL278.18º50.25%61.37%-
HSV(B)278.18º48.06%80.78%-
XYZ32.9823.5261.19-
YUV137.12166.87151.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 107 (42.19% from 255) = 22.15%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=35.20%
G=22.15%
B=42.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701072060.170.4800.19278.1850.2561.37
HexAA6BCE1130013116323d
Octal25215331621600234266275
Binary1010101011010111100111010001110000010011100010110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6BCE; }

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

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

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

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

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

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

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

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