#A569D4

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

Shades of Amethyst #A569D4

Tints of Amethyst #A569D4

Color information

#A569D4 (or 0xA569D4) is unknown color: approx Amethyst. HEX triplet: A5, 69 and D4. RGB value is (165,105,212). Sum of RGB (Red+Green+Blue) = 165+105+212=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #A569D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A569D4 is #5A962B. Grayscale: #868686. Windows color (decimal): -5936684 or 13920677. OLE color: 13920677.

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

Color convert

RGB165105212-
CMYK0.220.5000.17
HSL273.64º55.44%62.16%-
HSV(B)273.64º50.47%83.14%-
XYZ32.4522.8664.99-
YUV135.14171.38149.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 212 (83.20% from 255) = 43.98%
R=34.23%
G=21.78%
B=43.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1651052120.220.5000.17273.6455.4462.16
HexA569D41632011112373e
Octal24515132426620214226776
Binary1010010111010011101010010110110010010001100010010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A569D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A569D4; }

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

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

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

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

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

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

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

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