#A966CF

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

Shades of Amethyst #A966CF

Tints of Amethyst #A966CF

Color information

#A966CF (or 0xA966CF) is unknown color: approx Amethyst. HEX triplet: A9, 66 and CF. RGB value is (169,102,207). Sum of RGB (Red+Green+Blue) = 169+102+207=478 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.36% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #A966CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966CF is #569930. Grayscale: #858585. Windows color (decimal): -5675313 or 13592233. OLE color: 13592233.

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

Color convert

RGB169102207-
CMYK0.180.5100.19
HSL278.29º52.24%60.59%-
HSV(B)278.29º50.72%81.18%-
XYZ32.3822.4461.66-
YUV134169.2152.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.36%
GREEN value IS 102 (40.23% from 255) = 21.34%
BLUE value IS 207 (81.25% from 255) = 43.31%
R=35.36%
G=21.34%
B=43.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691022070.180.5100.19278.2952.2460.59
HexA966CF1233013116343d
Octal25114631722630234266475
Binary1010100111001101100111110010110011010011100010110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A966CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A966CF; }

 p { color: rgb(169,102,207); }

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

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

 a { background-color: rgb(169,102,207); }

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

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

 span { border-color: rgb(169,102,207); }

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