#A96CCD

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

Shades of Amethyst #A96CCD

Tints of Amethyst #A96CCD

Color information

#A96CCD (or 0xA96CCD) is unknown color: approx Amethyst. HEX triplet: A9, 6C and CD. RGB value is (169,108,205). Sum of RGB (Red+Green+Blue) = 169+108+205=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #A96CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A96CCD is #569332. Grayscale: #888888. Windows color (decimal): -5673779 or 13462697. OLE color: 13462697.

HSL color Cylindrical-coordinate representation of color #A96CCD: hue angle of 277.73º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A96CCD is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169108205-
CMYK0.180.4700.20
HSL277.73º49.24%61.37%-
HSV(B)277.73º47.32%80.39%-
XYZ32.7423.5760.58-
YUV137.3166.21150.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=35.06%
G=22.41%
B=42.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691082050.180.4700.20277.7349.2461.37
HexA96CCD122F014116313d
Octal25115431522570244266175
Binary1010100111011001100110110010101111010100100010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96CCD; }

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

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

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

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

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

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

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

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