#A067CF

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

Shades of Amethyst #A067CF

Tints of Amethyst #A067CF

Color information

#A067CF (or 0xA067CF) is unknown color: approx Amethyst. HEX triplet: A0, 67 and CF. RGB value is (160,103,207). Sum of RGB (Red+Green+Blue) = 160+103+207=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #A067CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A067CF is #5F9830. Grayscale: #838383. Windows color (decimal): -6264881 or 13592480. OLE color: 13592480.

HSL color Cylindrical-coordinate representation of color #A067CF: hue angle of 272.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A067CF is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB160103207-
CMYK0.230.5000.19
HSL272.88º52%60.78%-
HSV(B)272.88º50.24%81.18%-
XYZ30.6121.6861.6-
YUV131.9170.38148.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.04%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 207 (81.25% from 255) = 44.04%
R=34.04%
G=21.91%
B=44.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1601032070.230.5000.19272.885260.78
HexA067CF1732013111343d
Octal24014731727620234216475
Binary1010000011001111100111110111110010010011100010001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A067CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A067CF; }

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

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

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

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

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

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

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

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