#A067C5

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

Shades of Amethyst #A067C5

Tints of Amethyst #A067C5

Color information

#A067C5 (or 0xA067C5) is unknown color: approx Amethyst. HEX triplet: A0, 67 and C5. RGB value is (160,103,197). Sum of RGB (Red+Green+Blue) = 160+103+197=460 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.78% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 197 - color contains mainly: blue. Hex color #A067C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067C5 is #5F983A. Grayscale: #828282. Windows color (decimal): -6264891 or 12937120. OLE color: 12937120.

HSL color Cylindrical-coordinate representation of color #A067C5: hue angle of 276.38º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A067C5 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB160103197-
CMYK0.190.4800.23
HSL276.38º44.76%58.82%-
HSV(B)276.38º47.72%77.25%-
XYZ29.4321.2155.37-
YUV130.76165.38148.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.78%
GREEN value IS 103 (40.62% from 255) = 22.39%
BLUE value IS 197 (77.34% from 255) = 42.83%
R=34.78%
G=22.39%
B=42.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1601031970.190.4800.23276.3844.7658.82
HexA067C513300171142d3b
Octal24014730523600274245573
Binary1010000011001111100010110011110000010111100010100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067C5; }

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

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

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

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

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

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

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

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