#A670BF

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

Shades of Amethyst #A670BF

Tints of Amethyst #A670BF

Color information

#A670BF (or 0xA670BF) is unknown color: approx Amethyst. HEX triplet: A6, 70 and BF. RGB value is (166,112,191). Sum of RGB (Red+Green+Blue) = 166+112+191=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #A670BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A670BF is #598F40. Grayscale: #888888. Windows color (decimal): -5869377 or 12546214. OLE color: 12546214.

HSL color Cylindrical-coordinate representation of color #A670BF: hue angle of 281.01º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A670BF is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166112191-
CMYK0.130.4100.25
HSL281.01º38.16%59.41%-
HSV(B)281.01º41.36%74.9%-
XYZ30.9223.4652.19-
YUV137.15158.39148.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.39%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 191 (75% from 255) = 40.72%
R=35.39%
G=23.88%
B=40.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661121910.130.4100.25281.0138.1659.41
HexA670BFD29019119263b
Octal24616027715510314314673
Binary101001101110000101111111101101001011001100011001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A670BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A670BF; }

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

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

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

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

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

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

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

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