#AA6CC1

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

Shades of Amethyst #AA6CC1

Tints of Amethyst #AA6CC1

Color information

#AA6CC1 (or 0xAA6CC1) is unknown color: approx Amethyst. HEX triplet: AA, 6C and C1. RGB value is (170,108,193). Sum of RGB (Red+Green+Blue) = 170+108+193=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA6CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CC1 is #55933E. Grayscale: #878787. Windows color (decimal): -5608255 or 12676266. OLE color: 12676266.

HSL color Cylindrical-coordinate representation of color #AA6CC1: hue angle of 283.76º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6CC1 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB170108193-
CMYK0.120.4400.24
HSL283.76º40.67%59.02%-
HSV(B)283.76º44.04%75.69%-
XYZ31.5723.1253.25-
YUV136.23160.04152.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.09%
GREEN value IS 108 (42.58% from 255) = 22.93%
BLUE value IS 193 (75.78% from 255) = 40.98%
R=36.09%
G=22.93%
B=40.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701081930.120.4400.24283.7640.6759.02
HexAA6CC1C2C01811c293b
Octal25215430114540304345173
Binary101010101101100110000011100101100011000100011100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6CC1; }

 p { color: rgb(170,108,193); }

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

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

 a { background-color: rgb(170,108,193); }

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

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

 span { border-color: rgb(170,108,193); }

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