#A067BF

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

Shades of Amethyst #A067BF

Tints of Amethyst #A067BF

Color information

#A067BF (or 0xA067BF) is unknown color: approx Amethyst. HEX triplet: A0, 67 and BF. RGB value is (160,103,191). Sum of RGB (Red+Green+Blue) = 160+103+191=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #A067BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067BF is #5F9840. Grayscale: #818181. Windows color (decimal): -6264897 or 12543904. OLE color: 12543904.

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

Color convert

RGB160103191-
CMYK0.160.4600.25
HSL278.86º40.74%57.65%-
HSV(B)278.86º46.07%74.9%-
XYZ28.7520.9451.82-
YUV130.07162.38149.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.24%
GREEN value IS 103 (40.62% from 255) = 22.69%
BLUE value IS 191 (75% from 255) = 42.07%
R=35.24%
G=22.69%
B=42.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601031910.160.4600.25278.8640.7457.65
HexA067BF102E019117293a
Octal24014727720560314275172
Binary1010000011001111011111110000101110011001100010111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067BF; }

 p { color: rgb(160,103,191); }

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

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

 a { background-color: rgb(160,103,191); }

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

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

 span { border-color: rgb(160,103,191); }

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