#A966CD

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

Shades of Amethyst #A966CD

Tints of Amethyst #A966CD

Color information

#A966CD (or 0xA966CD) is unknown color: approx Amethyst. HEX triplet: A9, 66 and CD. RGB value is (169,102,205). Sum of RGB (Red+Green+Blue) = 169+102+205=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #A966CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966CD is #569932. Grayscale: #858585. Windows color (decimal): -5675315 or 13461161. OLE color: 13461161.

HSL color Cylindrical-coordinate representation of color #A966CD: hue angle of 279.03º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A966CD is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169102205-
CMYK0.180.5000.20
HSL279.03º50.74%60.2%-
HSV(B)279.03º50.24%80.39%-
XYZ32.1322.3560.38-
YUV133.78168.2153.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 102 (40.23% from 255) = 21.43%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=35.50%
G=21.43%
B=43.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691022050.180.5000.20279.0350.7460.2
HexA966CD1232014117333c
Octal25114631522620244276374
Binary1010100111001101100110110010110010010100100010111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A966CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A966CD; }

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

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

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

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

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

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

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

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