#AA6DCF

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

Shades of Amethyst #AA6DCF

Tints of Amethyst #AA6DCF

Color information

#AA6DCF (or 0xAA6DCF) is unknown color: approx Amethyst. HEX triplet: AA, 6D and CF. RGB value is (170,109,207). Sum of RGB (Red+Green+Blue) = 170+109+207=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA6DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DCF is #559230. Grayscale: #8A8A8A. Windows color (decimal): -5607985 or 13594026. OLE color: 13594026.

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

Color convert

RGB170109207-
CMYK0.180.4700.19
HSL277.35º50.52%61.96%-
HSV(B)277.35º47.34%81.18%-
XYZ33.3123.9961.91-
YUV138.41166.71150.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 109 (42.97% from 255) = 22.43%
BLUE value IS 207 (81.25% from 255) = 42.59%
R=34.98%
G=22.43%
B=42.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701092070.180.4700.19277.3550.5261.96
HexAA6DCF122F013115333e
Octal25215531722570234256376
Binary1010101011011011100111110010101111010011100010101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6DCF; }

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

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

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

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

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

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

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

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