#AA6ACF

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

Shades of Amethyst #AA6ACF

Tints of Amethyst #AA6ACF

Color information

#AA6ACF (or 0xAA6ACF) is unknown color: approx Amethyst. HEX triplet: AA, 6A and CF. RGB value is (170,106,207). Sum of RGB (Red+Green+Blue) = 170+106+207=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA6ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ACF is #559530. Grayscale: #888888. Windows color (decimal): -5608753 or 13593258. OLE color: 13593258.

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

Color convert

RGB170106207-
CMYK0.180.4900.19
HSL278.02º51.27%61.37%-
HSV(B)278.02º48.79%81.18%-
XYZ32.9923.3661.8-
YUV136.65167.7151.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 35.20%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=35.20%
G=21.95%
B=42.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701062070.180.4900.19278.0251.2761.37
HexAA6ACF1231013116333d
Octal25215231722610234266375
Binary1010101011010101100111110010110001010011100010110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6ACF; }

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

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

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

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

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

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

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

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