#A365FB

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

Shades of Medium Purple #A365FB

Tints of Medium Purple #A365FB

Color information

#A365FB (or 0xA365FB) is unknown color: approx Medium Purple. HEX triplet: A3, 65 and FB. RGB value is (163,101,251). Sum of RGB (Red+Green+Blue) = 163+101+251=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #A365FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A365FB is #5C9A04. Grayscale: #888888. Windows color (decimal): -6068741 or 16475555. OLE color: 16475555.

HSL color Cylindrical-coordinate representation of color #A365FB: hue angle of 264.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A365FB is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163101251-
CMYK0.350.6000.02
HSL264.8º94.94%69.02%-
HSV(B)264.8º59.76%98.43%-
XYZ37.1724.0693.95-
YUV136.64192.54146.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.65%
GREEN value IS 101 (39.84% from 255) = 19.61%
BLUE value IS 251 (98.44% from 255) = 48.74%
R=31.65%
G=19.61%
B=48.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1631012510.350.6000.02264.894.9469.02
HexA365FB233C021095f45
Octal243145373437402411137105
Binary1010001111001011111101110001111110001010000100110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A365FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A365FB; }

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

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

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

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

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

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

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

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