#A969CA

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

Shades of Amethyst #A969CA

Tints of Amethyst #A969CA

Color information

#A969CA (or 0xA969CA) is unknown color: approx Amethyst. HEX triplet: A9, 69 and CA. RGB value is (169,105,202). Sum of RGB (Red+Green+Blue) = 169+105+202=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #A969CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A969CA is #569635. Grayscale: #868686. Windows color (decimal): -5674550 or 13265321. OLE color: 13265321.

HSL color Cylindrical-coordinate representation of color #A969CA: hue angle of 279.59º degrees, saturation: 0.48, 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 #A969CA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169105202-
CMYK0.160.4800.21
HSL279.59º47.78%60.2%-
HSV(B)279.59º48.02%79.22%-
XYZ32.0722.858.59-
YUV135.19165.7152.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.50%
GREEN value IS 105 (41.41% from 255) = 22.06%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=35.50%
G=22.06%
B=42.44%

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
Decimal1691052020.160.4800.21279.5947.7860.2
HexA969CA1030015118303c
Octal25115131220600254306074
Binary1010100111010011100101010000110000010101100011000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969CA; }

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

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

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

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

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

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

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

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