#A067DA

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

Shades of Amethyst #A067DA

Tints of Amethyst #A067DA

Color information

#A067DA (or 0xA067DA) is unknown color: approx Amethyst. HEX triplet: A0, 67 and DA. RGB value is (160,103,218). Sum of RGB (Red+Green+Blue) = 160+103+218=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #A067DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067DA is #5F9825. Grayscale: #848484. Windows color (decimal): -6264870 or 14313376. OLE color: 14313376.

HSL color Cylindrical-coordinate representation of color #A067DA: hue angle of 269.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A067DA is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB160103218-
CMYK0.270.5300.15
HSL269.74º60.85%62.94%-
HSV(B)269.74º52.75%85.49%-
XYZ3222.2468.93-
YUV133.15175.88147.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 103 (40.62% from 255) = 21.41%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=33.26%
G=21.41%
B=45.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1601032180.270.5300.15269.7460.8562.94
HexA067DA1B350F10e3d3f
Octal24014733233650174167577
Binary101000001100111110110101101111010101111100001110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067DA; }

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

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

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

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

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

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

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

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