#A568D4

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

Shades of Amethyst #A568D4

Tints of Amethyst #A568D4

Color information

#A568D4 (or 0xA568D4) is unknown color: approx Amethyst. HEX triplet: A5, 68 and D4. RGB value is (165,104,212). Sum of RGB (Red+Green+Blue) = 165+104+212=481 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.30% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #A568D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568D4 is #5A972B. Grayscale: #868686. Windows color (decimal): -5936940 or 13920421. OLE color: 13920421.

HSL color Cylindrical-coordinate representation of color #A568D4: hue angle of 273.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A568D4 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB165104212-
CMYK0.220.5100.17
HSL273.89º55.67%61.96%-
HSV(B)273.89º50.94%83.14%-
XYZ32.3522.6564.95-
YUV134.55171.71149.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.30%
GREEN value IS 104 (41.02% from 255) = 21.62%
BLUE value IS 212 (83.20% from 255) = 44.07%
R=34.30%
G=21.62%
B=44.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1651042120.220.5100.17273.8955.6761.96
HexA568D41633011112383e
Octal24515032426630214227076
Binary1010010111010001101010010110110011010001100010010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A568D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A568D4; }

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

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

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

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

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

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

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

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