#A968E1

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

Shades of Amethyst #A968E1

Tints of Amethyst #A968E1

Color information

#A968E1 (or 0xA968E1) is unknown color: approx Amethyst. HEX triplet: A9, 68 and E1. RGB value is (169,104,225). Sum of RGB (Red+Green+Blue) = 169+104+225=498 (65% of max value = 765). Red value is 169 (66.41% from 255 or 33.94% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 225 (88.28% from 255 or 45.18% from 498); Max value from RGB is 225 - color contains mainly: blue. Hex color #A968E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A968E1 is #56971E. Grayscale: #888888. Windows color (decimal): -5674783 or 14772393. OLE color: 14772393.

HSL color Cylindrical-coordinate representation of color #A968E1: hue angle of 272.23º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A968E1 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB169104225-
CMYK0.250.5400.12
HSL272.23º66.85%64.51%-
HSV(B)272.23º53.78%88.24%-
XYZ34.923.7773.98-
YUV137.23177.53150.66-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.94%
GREEN value IS 104 (41.02% from 255) = 20.88%
BLUE value IS 225 (88.28% from 255) = 45.18%
R=33.94%
G=20.88%
B=45.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1691042250.250.5400.12272.2366.8564.51
HexA968E119360C1104341
Octal2511503413166014420103101
Binary10101001110100011100001110011101100110010001000010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A968E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A968E1; }

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

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

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

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

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

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

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

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