#A569C5

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

Shades of Amethyst #A569C5

Tints of Amethyst #A569C5

Color information

#A569C5 (or 0xA569C5) is unknown color: approx Amethyst. HEX triplet: A5, 69 and C5. RGB value is (165,105,197). Sum of RGB (Red+Green+Blue) = 165+105+197=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #A569C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569C5 is #5A963A. Grayscale: #858585. Windows color (decimal): -5936699 or 12937637. OLE color: 12937637.

HSL color Cylindrical-coordinate representation of color #A569C5: hue angle of 279.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A569C5 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB165105197-
CMYK0.160.4700.23
HSL279.13º44.23%59.22%-
HSV(B)279.13º46.7%77.25%-
XYZ30.6522.1355.48-
YUV133.43163.88150.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.33%
GREEN value IS 105 (41.41% from 255) = 22.48%
BLUE value IS 197 (77.34% from 255) = 42.18%
R=35.33%
G=22.48%
B=42.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1651051970.160.4700.23279.1344.2359.22
HexA569C5102F0171172c3b
Octal24515130520570274275473
Binary1010010111010011100010110000101111010111100010111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569C5; }

 p { color: rgb(165,105,197); }

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

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

 a { background-color: rgb(165,105,197); }

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

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

 span { border-color: rgb(165,105,197); }

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