#A570DB

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

Shades of Amethyst #A570DB

Tints of Amethyst #A570DB

Color information

#A570DB (or 0xA570DB) is unknown color: approx Amethyst. HEX triplet: A5, 70 and DB. RGB value is (165,112,219). Sum of RGB (Red+Green+Blue) = 165+112+219=496 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.27% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #A570DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A570DB is #5A8F24. Grayscale: #8B8B8B. Windows color (decimal): -5934885 or 14381221. OLE color: 14381221.

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

Color convert

RGB165112219-
CMYK0.250.4900.14
HSL269.72º59.78%64.9%-
HSV(B)269.72º48.86%85.88%-
XYZ34.124.769.99-
YUV140.05172.56145.8-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.27%
GREEN value IS 112 (44.14% from 255) = 22.58%
BLUE value IS 219 (85.94% from 255) = 44.15%
R=33.27%
G=22.58%
B=44.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1651122190.250.4900.14269.7259.7864.9
HexA570DB19310E10e3c41
Octal245160333316101641674101
Binary1010010111100001101101111001110001011101000011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A570DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A570DB; }

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

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

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

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

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

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

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

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