#A575D1

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

Shades of Amethyst #A575D1

Tints of Amethyst #A575D1

Color information

#A575D1 (or 0xA575D1) is unknown color: approx Amethyst. HEX triplet: A5, 75 and D1. RGB value is (165,117,209). Sum of RGB (Red+Green+Blue) = 165+117+209=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 209 (82.03% from 255 or 42.57% from 491); Max value from RGB is 209 - color contains mainly: blue. Hex color #A575D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A575D1 is #5A8A2E. Grayscale: #8D8D8D. Windows color (decimal): -5933615 or 13727141. OLE color: 13727141.

HSL color Cylindrical-coordinate representation of color #A575D1: hue angle of 271.3º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A575D1 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB165117209-
CMYK0.210.4400.18
HSL271.3º50%63.92%-
HSV(B)271.3º44.02%81.96%-
XYZ33.3925.3363.45-
YUV141.84165.9144.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 209 (82.03% from 255) = 42.57%
R=33.60%
G=23.83%
B=42.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651172090.210.4400.18271.35063.92
HexA575D1152C01210f3240
Octal245165321255402241762100
Binary10100101111010111010001101011011000100101000011111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A575D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A575D1; }

 p { color: rgb(165,117,209); }

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

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

 a { background-color: rgb(165,117,209); }

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

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

 span { border-color: rgb(165,117,209); }

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