#A966C8

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

Shades of Amethyst #A966C8

Tints of Amethyst #A966C8

Color information

#A966C8 (or 0xA966C8) is unknown color: approx Amethyst. HEX triplet: A9, 66 and C8. RGB value is (169,102,200). Sum of RGB (Red+Green+Blue) = 169+102+200=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 200 - color contains mainly: blue. Hex color #A966C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A966C8 is #569937. Grayscale: #848484. Windows color (decimal): -5675320 or 13133481. OLE color: 13133481.

HSL color Cylindrical-coordinate representation of color #A966C8: hue angle of 281.02º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A966C8 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169102200-
CMYK0.160.4900.22
HSL281.02º47.12%59.22%-
HSV(B)281.02º49%78.43%-
XYZ31.5422.1157.25-
YUV133.21165.7153.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.88%
GREEN value IS 102 (40.23% from 255) = 21.66%
BLUE value IS 200 (78.52% from 255) = 42.46%
R=35.88%
G=21.66%
B=42.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691022000.160.4900.22281.0247.1259.22
HexA966C810310161192f3b
Octal25114631020610264315773
Binary1010100111001101100100010000110001010110100011001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A966C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A966C8; }

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

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

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

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

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

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

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

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