#A967D5

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

Shades of Amethyst #A967D5

Tints of Amethyst #A967D5

Color information

#A967D5 (or 0xA967D5) is unknown color: approx Amethyst. HEX triplet: A9, 67 and D5. RGB value is (169,103,213). Sum of RGB (Red+Green+Blue) = 169+103+213=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 213 - color contains mainly: blue. Hex color #A967D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A967D5 is #56982A. Grayscale: #868686. Windows color (decimal): -5675051 or 13985705. OLE color: 13985705.

HSL color Cylindrical-coordinate representation of color #A967D5: hue angle of 276º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A967D5 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB169103213-
CMYK0.210.5200.16
HSL276º56.7%61.96%-
HSV(B)276º51.64%83.53%-
XYZ33.2222.9465.63-
YUV135.27171.87152.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.85%
GREEN value IS 103 (40.62% from 255) = 21.24%
BLUE value IS 213 (83.59% from 255) = 43.92%
R=34.85%
G=21.24%
B=43.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1691032130.210.5200.1627656.761.96
HexA967D51534010114393e
Octal25114732525640204247176
Binary1010100111001111101010110101110100010000100010100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967D5; }

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

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

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

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

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

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

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

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