#A669DD

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

Shades of Amethyst #A669DD

Tints of Amethyst #A669DD

Color information

#A669DD (or 0xA669DD) is unknown color: approx Amethyst. HEX triplet: A6, 69 and DD. RGB value is (166,105,221). Sum of RGB (Red+Green+Blue) = 166+105+221=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #A669DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669DD is #599622. Grayscale: #888888. Windows color (decimal): -5871139 or 14510502. OLE color: 14510502.

HSL color Cylindrical-coordinate representation of color #A669DD: hue angle of 271.55º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A669DD is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166105221-
CMYK0.250.5200.13
HSL271.55º63.04%63.92%-
HSV(B)271.55º52.49%86.67%-
XYZ33.8323.4371.15-
YUV136.46175.71149.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 105 (41.41% from 255) = 21.34%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=33.74%
G=21.34%
B=44.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661052210.250.5200.13271.5563.0463.92
HexA669DD19340D1103f40
Octal246151335316401542077100
Binary1010011011010011101110111001110100011011000100001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A669DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A669DD; }

 p { color: rgb(166,105,221); }

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

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

 a { background-color: rgb(166,105,221); }

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

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

 span { border-color: rgb(166,105,221); }

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