#A967CE

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

Shades of Amethyst #A967CE

Tints of Amethyst #A967CE

Color information

#A967CE (or 0xA967CE) is unknown color: approx Amethyst. HEX triplet: A9, 67 and CE. RGB value is (169,103,206). Sum of RGB (Red+Green+Blue) = 169+103+206=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 103 (40.62% from 255 or 21.55% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #A967CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A967CE is #569831. Grayscale: #868686. Windows color (decimal): -5675058 or 13526953. OLE color: 13526953.

HSL color Cylindrical-coordinate representation of color #A967CE: hue angle of 278.45º degrees, saturation: 0.51, 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 #A967CE is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169103206-
CMYK0.180.5000.19
HSL278.45º51.24%60.59%-
HSV(B)278.45º50%80.78%-
XYZ32.3522.5961.05-
YUV134.48168.37152.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 103 (40.62% from 255) = 21.55%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=35.36%
G=21.55%
B=43.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691032060.180.5000.19278.4551.2460.59
HexA967CE1232013116333d
Octal25114731622620234266375
Binary1010100111001111100111010010110010010011100010110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967CE; }

 p { color: rgb(169,103,206); }

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

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

 a { background-color: rgb(169,103,206); }

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

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

 span { border-color: rgb(169,103,206); }

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