#A96BCE

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

Shades of Amethyst #A96BCE

Tints of Amethyst #A96BCE

Color information

#A96BCE (or 0xA96BCE) is unknown color: approx Amethyst. HEX triplet: A9, 6B and CE. RGB value is (169,107,206). Sum of RGB (Red+Green+Blue) = 169+107+206=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #A96BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96BCE is #569431. Grayscale: #888888. Windows color (decimal): -5674034 or 13527977. OLE color: 13527977.

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

Color convert

RGB169107206-
CMYK0.180.4800.19
HSL277.58º50.25%61.37%-
HSV(B)277.58º48.06%80.78%-
XYZ32.7623.4161.18-
YUV136.82167.04150.95-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 107 (42.19% from 255) = 22.20%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=35.06%
G=22.20%
B=42.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691072060.180.4800.19277.5850.2561.37
HexA96BCE1230013116323d
Octal25115331622600234266275
Binary1010100111010111100111010010110000010011100010110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96BCE; }

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

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

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

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

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

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

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

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