#A067CA

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

Shades of Amethyst #A067CA

Tints of Amethyst #A067CA

Color information

#A067CA (or 0xA067CA) is unknown color: approx Amethyst. HEX triplet: A0, 67 and CA. RGB value is (160,103,202). Sum of RGB (Red+Green+Blue) = 160+103+202=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #A067CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067CA is #5F9835. Grayscale: #828282. Windows color (decimal): -6264886 or 13264800. OLE color: 13264800.

HSL color Cylindrical-coordinate representation of color #A067CA: hue angle of 274.55º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A067CA is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB160103202-
CMYK0.210.4900.21
HSL274.55º48.29%59.8%-
HSV(B)274.55º49.01%79.22%-
XYZ30.0121.4458.43-
YUV131.33167.88148.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.41%
GREEN value IS 103 (40.62% from 255) = 22.15%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=34.41%
G=22.15%
B=43.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1601032020.210.4900.21274.5548.2959.8
HexA067CA1531015113303c
Octal24014731225610254236074
Binary1010000011001111100101010101110001010101100010011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067CA; }

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

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

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

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

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

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

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

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