#A067C0

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

Shades of Amethyst #A067C0

Tints of Amethyst #A067C0

Color information

#A067C0 (or 0xA067C0) is unknown color: approx Amethyst. HEX triplet: A0, 67 and C0. RGB value is (160,103,192). Sum of RGB (Red+Green+Blue) = 160+103+192=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #A067C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067C0 is #5F983F. Grayscale: #818181. Windows color (decimal): -6264896 or 12609440. OLE color: 12609440.

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

Color convert

RGB160103192-
CMYK0.170.4600.25
HSL278.43º41.4%57.84%-
HSV(B)278.43º46.35%75.29%-
XYZ28.8620.9852.4-
YUV130.19162.88149.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.16%
GREEN value IS 103 (40.62% from 255) = 22.64%
BLUE value IS 192 (75.39% from 255) = 42.20%
R=35.16%
G=22.64%
B=42.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601031920.170.4600.25278.4341.457.84
HexA067C0112E019116293a
Octal24014730021560314265172
Binary1010000011001111100000010001101110011001100010110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067C0; }

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

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

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

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

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

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

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

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