#A565CF

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

Shades of Amethyst #A565CF

Tints of Amethyst #A565CF

Color information

#A565CF (or 0xA565CF) is unknown color: approx Amethyst. HEX triplet: A5, 65 and CF. RGB value is (165,101,207). Sum of RGB (Red+Green+Blue) = 165+101+207=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #A565CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A565CF is #5A9A30. Grayscale: #838383. Windows color (decimal): -5937713 or 13591973. OLE color: 13591973.

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

Color convert

RGB165101207-
CMYK0.200.5100.19
HSL276.23º52.48%60.39%-
HSV(B)276.23º51.21%81.18%-
XYZ31.4321.8161.58-
YUV132.22170.2151.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 101 (39.84% from 255) = 21.35%
BLUE value IS 207 (81.25% from 255) = 43.76%
R=34.88%
G=21.35%
B=43.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651012070.200.5100.19276.2352.4860.39
HexA565CF1433013114343c
Octal24514531724630234246474
Binary1010010111001011100111110100110011010011100010100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A565CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A565CF; }

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

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

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

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

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

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

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

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