#A568D5

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

Shades of Amethyst #A568D5

Tints of Amethyst #A568D5

Color information

#A568D5 (or 0xA568D5) is unknown color: approx Amethyst. HEX triplet: A5, 68 and D5. RGB value is (165,104,213). Sum of RGB (Red+Green+Blue) = 165+104+213=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 213 (83.59% from 255 or 44.19% from 482); Max value from RGB is 213 - color contains mainly: blue. Hex color #A568D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568D5 is #5A972A. Grayscale: #868686. Windows color (decimal): -5936939 or 13985957. OLE color: 13985957.

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

Color convert

RGB165104213-
CMYK0.230.5100.16
HSL273.58º56.48%62.16%-
HSV(B)273.58º51.17%83.53%-
XYZ32.4822.765.62-
YUV134.66172.21149.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 104 (41.02% from 255) = 21.58%
BLUE value IS 213 (83.59% from 255) = 44.19%
R=34.23%
G=21.58%
B=44.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1651042130.230.5100.16273.5856.4862.16
HexA568D51733010112383e
Octal24515032527630204227076
Binary1010010111010001101010110111110011010000100010010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A568D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A568D5; }

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

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

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

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

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

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

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

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