#A565CD

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

Shades of Amethyst #A565CD

Tints of Amethyst #A565CD

Color information

#A565CD (or 0xA565CD) is unknown color: approx Amethyst. HEX triplet: A5, 65 and CD. RGB value is (165,101,205). Sum of RGB (Red+Green+Blue) = 165+101+205=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 101 (39.84% from 255 or 21.44% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #A565CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565CD is #5A9A32. Grayscale: #838383. Windows color (decimal): -5937715 or 13460901. OLE color: 13460901.

HSL color Cylindrical-coordinate representation of color #A565CD: hue angle of 276.92º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A565CD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165101205-
CMYK0.200.5100.20
HSL276.92º50.98%60%-
HSV(B)276.92º50.73%80.39%-
XYZ31.1921.7160.31-
YUV131.99169.2151.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 101 (39.84% from 255) = 21.44%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=35.03%
G=21.44%
B=43.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651012050.200.5100.20276.9250.9860
HexA565CD1433014115333c
Octal24514531524630244256374
Binary1010010111001011100110110100110011010100100010101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A565CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A565CD; }

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

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

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

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

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

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

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

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