#A967C6

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

Shades of Amethyst #A967C6

Tints of Amethyst #A967C6

Color information

#A967C6 (or 0xA967C6) is unknown color: approx Amethyst. HEX triplet: A9, 67 and C6. RGB value is (169,103,198). Sum of RGB (Red+Green+Blue) = 169+103+198=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 198 - color contains mainly: blue. Hex color #A967C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A967C6 is #569839. Grayscale: #858585. Windows color (decimal): -5675066 or 13002665. OLE color: 13002665.

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

Color convert

RGB169103198-
CMYK0.150.4800.22
HSL281.68º45.45%59.02%-
HSV(B)281.68º47.98%77.65%-
XYZ31.4122.2156.06-
YUV133.56164.37153.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.96%
GREEN value IS 103 (40.62% from 255) = 21.91%
BLUE value IS 198 (77.73% from 255) = 42.13%
R=35.96%
G=21.91%
B=42.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691031980.150.4800.22281.6845.4559.02
HexA967C6F3001611a2d3b
Octal25114730617600264325573
Binary101010011100111110001101111110000010110100011010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967C6; }

 p { color: rgb(169,103,198); }

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

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

 a { background-color: rgb(169,103,198); }

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

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

 span { border-color: rgb(169,103,198); }

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