#A669D9

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

Shades of Amethyst #A669D9

Tints of Amethyst #A669D9

Color information

#A669D9 (or 0xA669D9) is unknown color: approx Amethyst. HEX triplet: A6, 69 and D9. RGB value is (166,105,217). Sum of RGB (Red+Green+Blue) = 166+105+217=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 105 (41.41% from 255 or 21.52% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 217 - color contains mainly: blue. Hex color #A669D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669D9 is #599626. Grayscale: #878787. Windows color (decimal): -5871143 or 14248358. OLE color: 14248358.

HSL color Cylindrical-coordinate representation of color #A669D9: hue angle of 272.68º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A669D9 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166105217-
CMYK0.240.5200.15
HSL272.68º59.57%63.14%-
HSV(B)272.68º51.61%85.1%-
XYZ33.323.2268.37-
YUV136.01173.71149.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.02%
GREEN value IS 105 (41.41% from 255) = 21.52%
BLUE value IS 217 (85.16% from 255) = 44.47%
R=34.02%
G=21.52%
B=44.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661052170.240.5200.15272.6859.5763.14
HexA669D918340F1113c3f
Octal24615133130640174217477
Binary101001101101001110110011100011010001111100010001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A669D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A669D9; }

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

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

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

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

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

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

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

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