#A067CC

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

Shades of Amethyst #A067CC

Tints of Amethyst #A067CC

Color information

#A067CC (or 0xA067CC) is unknown color: approx Amethyst. HEX triplet: A0, 67 and CC. RGB value is (160,103,204). Sum of RGB (Red+Green+Blue) = 160+103+204=467 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.26% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #A067CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067CC is #5F9833. Grayscale: #838383. Windows color (decimal): -6264884 or 13395872. OLE color: 13395872.

HSL color Cylindrical-coordinate representation of color #A067CC: hue angle of 273.86º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A067CC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160103204-
CMYK0.220.5000.2
HSL273.86º49.75%60.2%-
HSV(B)273.86º49.51%80%-
XYZ30.2521.5359.69-
YUV131.56168.88148.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.26%
GREEN value IS 103 (40.62% from 255) = 22.06%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=34.26%
G=22.06%
B=43.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601032040.220.5000.2273.8649.7560.2
HexA067CC1632014112323c
Octal24014731426620244226274
Binary1010000011001111100110010110110010010100100010010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067CC; }

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

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

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

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

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

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

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

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