#A469DB

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

Shades of Amethyst #A469DB

Tints of Amethyst #A469DB

Color information

#A469DB (or 0xA469DB) is unknown color: approx Amethyst. HEX triplet: A4, 69 and DB. RGB value is (164,105,219). Sum of RGB (Red+Green+Blue) = 164+105+219=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 105 (41.41% from 255 or 21.52% 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 #A469DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469DB is #5B9624. Grayscale: #878787. Windows color (decimal): -6002213 or 14379428. OLE color: 14379428.

HSL color Cylindrical-coordinate representation of color #A469DB: hue angle of 271.05º 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 #A469DB is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB164105219-
CMYK0.250.5200.14
HSL271.05º61.29%63.53%-
HSV(B)271.05º52.05%85.88%-
XYZ33.1523.1169.73-
YUV135.64175.05148.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 105 (41.41% from 255) = 21.52%
BLUE value IS 219 (85.94% from 255) = 44.88%
R=33.61%
G=21.52%
B=44.88%

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
Decimal1641052190.250.5200.14271.0561.2963.53
HexA469DB19340E10f3d40
Octal244151333316401641775100
Binary1010010011010011101101111001110100011101000011111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A469DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A469DB; }

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

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

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

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

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

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

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

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