#A96FBE

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

Shades of Amethyst #A96FBE

Tints of Amethyst #A96FBE

Color information

#A96FBE (or 0xA96FBE) is unknown color: approx Amethyst. HEX triplet: A9, 6F and BE. RGB value is (169,111,190). Sum of RGB (Red+Green+Blue) = 169+111+190=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #A96FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96FBE is #569041. Grayscale: #898989. Windows color (decimal): -5673026 or 12480425. OLE color: 12480425.

HSL color Cylindrical-coordinate representation of color #A96FBE: hue angle of 284.05º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A96FBE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169111190-
CMYK0.110.4200.25
HSL284.05º37.8%59.02%-
HSV(B)284.05º41.58%74.51%-
XYZ31.3423.5251.6-
YUV137.35157.72150.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.96%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 190 (74.61% from 255) = 40.43%
R=35.96%
G=23.62%
B=40.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691111900.110.4200.25284.0537.859.02
HexA96FBEB2A01911c263b
Octal25115727613520314344673
Binary101010011101111101111101011101010011001100011100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96FBE; }

 p { color: rgb(169,111,190); }

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

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

 a { background-color: rgb(169,111,190); }

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

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

 span { border-color: rgb(169,111,190); }

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