#A365FD

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

Shades of Medium Purple #A365FD

Tints of Medium Purple #A365FD

Color information

#A365FD (or 0xA365FD) is unknown color: approx Medium Purple. HEX triplet: A3, 65 and FD. RGB value is (163,101,253). Sum of RGB (Red+Green+Blue) = 163+101+253=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #A365FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A365FD is #5C9A02. Grayscale: #888888. Windows color (decimal): -6068739 or 16606627. OLE color: 16606627.

HSL color Cylindrical-coordinate representation of color #A365FD: hue angle of 264.47º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A365FD is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163101253-
CMYK0.360.6000.01
HSL264.47º97.44%69.41%-
HSV(B)264.47º60.08%99.22%-
XYZ37.4924.1995.62-
YUV136.87193.54146.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.53%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 253 (99.22% from 255) = 48.94%
R=31.53%
G=19.54%
B=48.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631012530.360.6000.01264.4797.4469.41
HexA365FD243C011086145
Octal243145375447401410141105
Binary101000111100101111111011001001111000110000100011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A365FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A365FD; }

 p { color: rgb(163,101,253); }

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

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

 a { background-color: rgb(163,101,253); }

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

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

 span { border-color: rgb(163,101,253); }

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