#A565D2

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

Shades of Amethyst #A565D2

Tints of Amethyst #A565D2

Color information

#A565D2 (or 0xA565D2) is unknown color: approx Amethyst. HEX triplet: A5, 65 and D2. RGB value is (165,101,210). Sum of RGB (Red+Green+Blue) = 165+101+210=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #A565D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565D2 is #5A9A2D. Grayscale: #848484. Windows color (decimal): -5937710 or 13788581. OLE color: 13788581.

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

Color convert

RGB165101210-
CMYK0.210.5200.18
HSL275.23º54.77%60.98%-
HSV(B)275.23º51.9%82.35%-
XYZ31.821.9663.54-
YUV132.56171.7151.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 101 (39.84% from 255) = 21.22%
BLUE value IS 210 (82.42% from 255) = 44.12%
R=34.66%
G=21.22%
B=44.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1651012100.210.5200.18275.2354.7760.98
HexA565D21534012113373d
Octal24514532225640224236775
Binary1010010111001011101001010101110100010010100010011110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A565D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A565D2; }

 p { color: rgb(165,101,210); }

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

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

 a { background-color: rgb(165,101,210); }

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

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

 span { border-color: rgb(165,101,210); }

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