#A569C3

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

Shades of Amethyst #A569C3

Tints of Amethyst #A569C3

Color information

#A569C3 (or 0xA569C3) is unknown color: approx Amethyst. HEX triplet: A5, 69 and C3. RGB value is (165,105,195). Sum of RGB (Red+Green+Blue) = 165+105+195=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 195 - color contains mainly: blue. Hex color #A569C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569C3 is #5A963C. Grayscale: #848484. Windows color (decimal): -5936701 or 12806565. OLE color: 12806565.

HSL color Cylindrical-coordinate representation of color #A569C3: hue angle of 280º degrees, saturation: 0.43, 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 #A569C3 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165105195-
CMYK0.150.4600.24
HSL280º42.86%58.82%-
HSV(B)280º46.15%76.47%-
XYZ30.4222.0454.28-
YUV133.2162.88150.68-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.48%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 195 (76.56% from 255) = 41.94%
R=35.48%
G=22.58%
B=41.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651051950.150.4600.2428042.8658.82
HexA569C3F2E0181182b3b
Octal24515130317560304305373
Binary101001011101001110000111111101110011000100011000101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569C3; }

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

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

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

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

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

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

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

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