#AA6CD0

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

Shades of Amethyst #AA6CD0

Tints of Amethyst #AA6CD0

Color information

#AA6CD0 (or 0xAA6CD0) is unknown color: approx Amethyst. HEX triplet: AA, 6C and D0. RGB value is (170,108,208). Sum of RGB (Red+Green+Blue) = 170+108+208=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 208 (81.64% from 255 or 42.80% from 486); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA6CD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CD0 is #55932F. Grayscale: #898989. Windows color (decimal): -5608240 or 13659306. OLE color: 13659306.

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

Color convert

RGB170108208-
CMYK0.180.4800.18
HSL277.2º51.55%61.96%-
HSV(B)277.2º48.08%81.57%-
XYZ33.3323.8362.52-
YUV137.94167.54150.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.98%
GREEN value IS 108 (42.58% from 255) = 22.22%
BLUE value IS 208 (81.64% from 255) = 42.80%
R=34.98%
G=22.22%
B=42.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701082080.180.4800.18277.251.5561.96
HexAA6CD01230012115343e
Octal25215432022600224256476
Binary1010101011011001101000010010110000010010100010101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6CD0; }

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

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

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

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

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

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

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

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