#A569DB

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

Shades of Amethyst #A569DB

Tints of Amethyst #A569DB

Color information

#A569DB (or 0xA569DB) is unknown color: approx Amethyst. HEX triplet: A5, 69 and DB. RGB value is (165,105,219). Sum of RGB (Red+Green+Blue) = 165+105+219=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #A569DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569DB is #5A9624. Grayscale: #878787. Windows color (decimal): -5936677 or 14379429. OLE color: 14379429.

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

Color convert

RGB165105219-
CMYK0.250.5200.14
HSL271.58º61.29%63.53%-
HSV(B)271.58º52.05%85.88%-
XYZ33.3523.2269.74-
YUV135.94174.88148.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 105 (41.41% from 255) = 21.47%
BLUE value IS 219 (85.94% from 255) = 44.79%
R=33.74%
G=21.47%
B=44.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651052190.250.5200.14271.5861.2963.53
HexA569DB19340E1103d40
Octal245151333316401642075100
Binary1010010111010011101101111001110100011101000100001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569DB; }

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

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

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

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

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

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

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

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