#A969CE

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

Shades of Amethyst #A969CE

Tints of Amethyst #A969CE

Color information

#A969CE (or 0xA969CE) is unknown color: approx Amethyst. HEX triplet: A9, 69 and CE. RGB value is (169,105,206). Sum of RGB (Red+Green+Blue) = 169+105+206=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #A969CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969CE is #569631. Grayscale: #878787. Windows color (decimal): -5674546 or 13527465. OLE color: 13527465.

HSL color Cylindrical-coordinate representation of color #A969CE: hue angle of 278.02º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A969CE is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB169105206-
CMYK0.180.4900.19
HSL278.02º50.75%60.98%-
HSV(B)278.02º49.03%80.78%-
XYZ32.5522.9961.12-
YUV135.65167.7151.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.21%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 206 (80.86% from 255) = 42.92%
R=35.21%
G=21.88%
B=42.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1691052060.180.4900.19278.0250.7560.98
HexA969CE1231013116333d
Octal25115131622610234266375
Binary1010100111010011100111010010110001010011100010110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969CE; }

 p { color: rgb(169,105,206); }

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

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

 a { background-color: rgb(169,105,206); }

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

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

 span { border-color: rgb(169,105,206); }

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