#a869c9

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

Shades of Amethyst #A869C9

Tints of Amethyst #A869C9

Color information

#A869C9 (or 0xA869C9) is unknown color: approx Amethyst. HEX triplet: A8, 69 and C9. RGB value is (168,105,201). Sum of RGB (Red+Green+Blue) = 168+105+201=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #A869C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869C9 is #579636. Grayscale: #868686. Windows color (decimal): -5740087 or 13199784. OLE color: 13199784.

HSL color Cylindrical-coordinate representation of color #A869C9: hue angle of 279.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A869C9 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB168105201-
CMYK0.160.4800.21
HSL279.38º47.06%60%-
HSV(B)279.38º47.76%78.82%-
XYZ31.7422.6557.96-
YUV134.78165.37151.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.44%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 201 (78.91% from 255) = 42.41%
R=35.44%
G=22.15%
B=42.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681052010.160.4800.21279.3847.0660
HexA869C910300151172f3c
Octal25015131120600254275774
Binary1010100011010011100100110000110000010101100010111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a869c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a869c9; }

 p { color: rgb(168,105,201); }

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

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

 a { background-color: rgb(168,105,201); }

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

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

 span { border-color: rgb(168,105,201); }

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