#A96ACA

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

Shades of Amethyst #A96ACA

Tints of Amethyst #A96ACA

Color information

#A96ACA (or 0xA96ACA) is unknown color: approx Amethyst. HEX triplet: A9, 6A and CA. RGB value is (169,106,202). Sum of RGB (Red+Green+Blue) = 169+106+202=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #A96ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96ACA is #569535. Grayscale: #878787. Windows color (decimal): -5674294 or 13265577. OLE color: 13265577.

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

Color convert

RGB169106202-
CMYK0.160.4800.21
HSL279.38º47.52%60.39%-
HSV(B)279.38º47.52%79.22%-
XYZ32.1823.0158.62-
YUV135.78165.37151.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.43%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=35.43%
G=22.22%
B=42.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691062020.160.4800.21279.3847.5260.39
HexA96ACA1030015117303c
Octal25115231220600254276074
Binary1010100111010101100101010000110000010101100010111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96ACA; }

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

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

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

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

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

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

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

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