#A669D4

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

Shades of Amethyst #A669D4

Tints of Amethyst #A669D4

Color information

#A669D4 (or 0xA669D4) is unknown color: approx Amethyst. HEX triplet: A6, 69 and D4. RGB value is (166,105,212). Sum of RGB (Red+Green+Blue) = 166+105+212=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 212 - color contains mainly: blue. Hex color #A669D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669D4 is #59962B. Grayscale: #878787. Windows color (decimal): -5871148 or 13920678. OLE color: 13920678.

HSL color Cylindrical-coordinate representation of color #A669D4: hue angle of 274.21º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A669D4 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB166105212-
CMYK0.220.5000.17
HSL274.21º55.44%62.16%-
HSV(B)274.21º50.47%83.14%-
XYZ32.6622.9665-
YUV135.44171.21149.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.37%
GREEN value IS 105 (41.41% from 255) = 21.74%
BLUE value IS 212 (83.20% from 255) = 43.89%
R=34.37%
G=21.74%
B=43.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1661052120.220.5000.17274.2155.4462.16
HexA669D41632011112373e
Octal24615132426620214226776
Binary1010011011010011101010010110110010010001100010010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A669D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A669D4; }

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

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

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

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

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

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

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

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