#A961CE

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

Shades of Amethyst #A961CE

Tints of Amethyst #A961CE

Color information

#A961CE (or 0xA961CE) is unknown color: approx Amethyst. HEX triplet: A9, 61 and CE. RGB value is (169,97,206). Sum of RGB (Red+Green+Blue) = 169+97+206=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #A961CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961CE is #569E31. Grayscale: #828282. Windows color (decimal): -5676594 or 13525417. OLE color: 13525417.

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

Color convert

RGB16997206-
CMYK0.180.5300.19
HSL279.63º52.66%59.41%-
HSV(B)279.63º52.91%80.78%-
XYZ31.7821.4460.86-
YUV130.95170.35155.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=35.81%
G=20.55%
B=43.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal169972060.180.5300.19279.6352.6659.41
HexA961CE1235013118353b
Octal25114131622650234306573
Binary1010100111000011100111010010110101010011100011000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A961CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A961CE; }

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

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

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

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

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

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

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

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