#A96CCA

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

Shades of Amethyst #A96CCA

Tints of Amethyst #A96CCA

Color information

#A96CCA (or 0xA96CCA) is unknown color: approx Amethyst. HEX triplet: A9, 6C and CA. RGB value is (169,108,202). Sum of RGB (Red+Green+Blue) = 169+108+202=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #A96CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CCA is #569335. Grayscale: #888888. Windows color (decimal): -5673782 or 13266089. OLE color: 13266089.

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

Color convert

RGB169108202-
CMYK0.160.4700.21
HSL278.94º47%60.78%-
HSV(B)278.94º46.53%79.22%-
XYZ32.3923.4258.69-
YUV136.95164.71150.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.28%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=35.28%
G=22.55%
B=42.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691082020.160.4700.21278.944760.78
HexA96CCA102F0151172f3d
Octal25115431220570254275775
Binary1010100111011001100101010000101111010101100010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96CCA; }

 p { color: rgb(169,108,202); }

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

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

 a { background-color: rgb(169,108,202); }

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

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

 span { border-color: rgb(169,108,202); }

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