#A967D4

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

Shades of Amethyst #A967D4

Tints of Amethyst #A967D4

Color information

#A967D4 (or 0xA967D4) is unknown color: approx Amethyst. HEX triplet: A9, 67 and D4. RGB value is (169,103,212). Sum of RGB (Red+Green+Blue) = 169+103+212=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #A967D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A967D4 is #56982B. Grayscale: #868686. Windows color (decimal): -5675052 or 13920169. OLE color: 13920169.

HSL color Cylindrical-coordinate representation of color #A967D4: hue angle of 276.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A967D4 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB169103212-
CMYK0.200.5100.17
HSL276.33º55.9%61.76%-
HSV(B)276.33º51.42%83.14%-
XYZ33.122.8964.96-
YUV135.16171.37152.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 103 (40.62% from 255) = 21.28%
BLUE value IS 212 (83.20% from 255) = 43.80%
R=34.92%
G=21.28%
B=43.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1691032120.200.5100.17276.3355.961.76
HexA967D41433011114383e
Octal25114732424630214247076
Binary1010100111001111101010010100110011010001100010100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967D4; }

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

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

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

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

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

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

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

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