#A770BF

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

Shades of Amethyst #A770BF

Tints of Amethyst #A770BF

Color information

#A770BF (or 0xA770BF) is unknown color: approx Amethyst. HEX triplet: A7, 70 and BF. RGB value is (167,112,191). Sum of RGB (Red+Green+Blue) = 167+112+191=470 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.53% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #A770BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A770BF is #588F40. Grayscale: #898989. Windows color (decimal): -5803841 or 12546215. OLE color: 12546215.

HSL color Cylindrical-coordinate representation of color #A770BF: hue angle of 281.77º 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 #A770BF is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167112191-
CMYK0.130.4100.25
HSL281.77º38.16%59.41%-
HSV(B)281.77º41.36%74.9%-
XYZ31.1323.5752.2-
YUV137.45158.22149.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.53%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 191 (75% from 255) = 40.64%
R=35.53%
G=23.83%
B=40.64%

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
Decimal1671121910.130.4100.25281.7738.1659.41
HexA770BFD2901911a263b
Octal24716027715510314324673
Binary101001111110000101111111101101001011001100011010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A770BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A770BF; }

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

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

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

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

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

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

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

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