#A067C1

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

Shades of Amethyst #A067C1

Tints of Amethyst #A067C1

Color information

#A067C1 (or 0xA067C1) is unknown color: approx Amethyst. HEX triplet: A0, 67 and C1. RGB value is (160,103,193). Sum of RGB (Red+Green+Blue) = 160+103+193=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #A067C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067C1 is #5F983E. Grayscale: #828282. Windows color (decimal): -6264895 or 12674976. OLE color: 12674976.

HSL color Cylindrical-coordinate representation of color #A067C1: hue angle of 278º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A067C1 is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160103193-
CMYK0.170.4700.24
HSL278º42.06%58.04%-
HSV(B)278º46.63%75.69%-
XYZ28.9721.0252.98-
YUV130.3163.38149.18-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.09%
GREEN value IS 103 (40.62% from 255) = 22.59%
BLUE value IS 193 (75.78% from 255) = 42.32%
R=35.09%
G=22.59%
B=42.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1601031930.170.4700.2427842.0658.04
HexA067C1112F0181162a3a
Octal24014730121570304265272
Binary1010000011001111100000110001101111011000100010110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067C1; }

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

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

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

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

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

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

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

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