#A568C1

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

Shades of Amethyst #A568C1

Tints of Amethyst #A568C1

Color information

#A568C1 (or 0xA568C1) is unknown color: approx Amethyst. HEX triplet: A5, 68 and C1. RGB value is (165,104,193). Sum of RGB (Red+Green+Blue) = 165+104+193=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #A568C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568C1 is #5A973E. Grayscale: #848484. Windows color (decimal): -5936959 or 12675237. OLE color: 12675237.

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

Color convert

RGB165104193-
CMYK0.150.4600.24
HSL281.12º41.78%58.24%-
HSV(B)281.12º46.11%75.69%-
XYZ30.0921.7553.06-
YUV132.38162.21151.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=35.71%
G=22.51%
B=41.77%

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
Decimal1651041930.150.4600.24281.1241.7858.24
HexA568C1F2E0181192a3a
Octal24515030117560304315272
Binary101001011101000110000011111101110011000100011001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A568C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A568C1; }

 p { color: rgb(165,104,193); }

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

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

 a { background-color: rgb(165,104,193); }

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

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

 span { border-color: rgb(165,104,193); }

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