#A670DA

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

Shades of Amethyst #A670DA

Tints of Amethyst #A670DA

Color information

#A670DA (or 0xA670DA) is unknown color: approx Amethyst. HEX triplet: A6, 70 and DA. RGB value is (166,112,218). Sum of RGB (Red+Green+Blue) = 166+112+218=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #A670DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670DA is #598F25. Grayscale: #8B8B8B. Windows color (decimal): -5869350 or 14315686. OLE color: 14315686.

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

Color convert

RGB166112218-
CMYK0.240.4900.15
HSL270.57º58.89%64.71%-
HSV(B)270.57º48.62%85.49%-
XYZ34.1724.7669.31-
YUV140.23171.89146.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 112 (44.14% from 255) = 22.58%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=33.47%
G=22.58%
B=43.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661122180.240.4900.15270.5758.8964.71
HexA670DA18310F10f3b41
Octal246160332306101741773101
Binary1010011011100001101101011000110001011111000011111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670DA; }

 p { color: rgb(166,112,218); }

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

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

 a { background-color: rgb(166,112,218); }

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

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

 span { border-color: rgb(166,112,218); }

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