#A568DB

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

Shades of Amethyst #A568DB

Tints of Amethyst #A568DB

Color information

#A568DB (or 0xA568DB) is unknown color: approx Amethyst. HEX triplet: A5, 68 and DB. RGB value is (165,104,219). Sum of RGB (Red+Green+Blue) = 165+104+219=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #A568DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A568DB is #5A9724. Grayscale: #868686. Windows color (decimal): -5936933 or 14379173. OLE color: 14379173.

HSL color Cylindrical-coordinate representation of color #A568DB: hue angle of 271.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A568DB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB165104219-
CMYK0.250.5300.14
HSL271.83º61.5%63.33%-
HSV(B)271.83º52.51%85.88%-
XYZ33.2523.0169.71-
YUV135.35175.21149.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 104 (41.02% from 255) = 21.31%
BLUE value IS 219 (85.94% from 255) = 44.88%
R=33.81%
G=21.31%
B=44.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651042190.250.5300.14271.8361.563.33
HexA568DB19350E1103d3f
Octal24515033331650164207577
Binary101001011101000110110111100111010101110100010000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A568DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A568DB; }

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

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

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

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

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

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

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

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