#A670D8

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

Shades of Amethyst #A670D8

Tints of Amethyst #A670D8

Color information

#A670D8 (or 0xA670D8) is unknown color: approx Amethyst. HEX triplet: A6, 70 and D8. RGB value is (166,112,216). Sum of RGB (Red+Green+Blue) = 166+112+216=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #A670D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670D8 is #598F27. Grayscale: #8B8B8B. Windows color (decimal): -5869352 or 14184614. OLE color: 14184614.

HSL color Cylindrical-coordinate representation of color #A670D8: hue angle of 271.15º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A670D8 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166112216-
CMYK0.230.4800.15
HSL271.15º57.14%64.31%-
HSV(B)271.15º48.15%84.71%-
XYZ33.9124.6567.94-
YUV140170.89146.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 112 (44.14% from 255) = 22.67%
BLUE value IS 216 (84.77% from 255) = 43.72%
R=33.60%
G=22.67%
B=43.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661122160.230.4800.15271.1557.1464.31
HexA670D817300F10f3940
Octal246160330276001741771100
Binary1010011011100001101100010111110000011111000011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670D8; }

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

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

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

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

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

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

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

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