#A968DE

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

Shades of Amethyst #A968DE

Tints of Amethyst #A968DE

Color information

#A968DE (or 0xA968DE) is unknown color: approx Amethyst. HEX triplet: A9, 68 and DE. RGB value is (169,104,222). Sum of RGB (Red+Green+Blue) = 169+104+222=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #A968DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968DE is #569721. Grayscale: #888888. Windows color (decimal): -5674786 or 14575785. OLE color: 14575785.

HSL color Cylindrical-coordinate representation of color #A968DE: hue angle of 273.05º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A968DE is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB169104222-
CMYK0.240.5300.13
HSL273.05º64.13%63.92%-
HSV(B)273.05º53.15%87.06%-
XYZ34.523.6171.85-
YUV136.89176.03150.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 104 (41.02% from 255) = 21.01%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=34.14%
G=21.01%
B=44.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1691042220.240.5300.13273.0564.1363.92
HexA968DE18350D1114040
Octal2511503363065015421100100
Binary10101001110100011011110110001101010110110001000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A968DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A968DE; }

 p { color: rgb(169,104,222); }

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

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

 a { background-color: rgb(169,104,222); }

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

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

 span { border-color: rgb(169,104,222); }

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