#A969C2

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

Shades of Amethyst #A969C2

Tints of Amethyst #A969C2

Color information

#A969C2 (or 0xA969C2) is unknown color: approx Amethyst. HEX triplet: A9, 69 and C2. RGB value is (169,105,194). Sum of RGB (Red+Green+Blue) = 169+105+194=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #A969C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969C2 is #56963D. Grayscale: #858585. Windows color (decimal): -5674558 or 12741033. OLE color: 12741033.

HSL color Cylindrical-coordinate representation of color #A969C2: hue angle of 283.15º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A969C2 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB169105194-
CMYK0.130.4600.24
HSL283.15º42.18%58.63%-
HSV(B)283.15º45.88%76.08%-
XYZ31.1522.4353.73-
YUV134.28161.7152.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 194 (76.17% from 255) = 41.45%
R=36.11%
G=22.44%
B=41.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691051940.130.4600.24283.1542.1858.63
HexA969C2D2E01811b2a3b
Octal25115130215560304335273
Binary101010011101001110000101101101110011000100011011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969C2; }

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

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

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

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

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

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

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

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