#A355FE

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

Shades of Medium Purple #A355FE

Tints of Medium Purple #A355FE

Color information

#A355FE (or 0xA355FE) is unknown color: approx Medium Purple. HEX triplet: A3, 55 and FE. RGB value is (163,85,254). Sum of RGB (Red+Green+Blue) = 163+85+254=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #A355FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355FE is #5CAA01. Grayscale: #7E7E7E. Windows color (decimal): -6072834 or 16668067. OLE color: 16668067.

HSL color Cylindrical-coordinate representation of color #A355FE: hue angle of 267.69º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A355FE is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16385254-
CMYK0.360.6700.00
HSL267.69º98.83%66.47%-
HSV(B)267.69º66.54%99.61%-
XYZ36.2421.4495.99-
YUV127.59199.34153.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 85 (33.59% from 255) = 16.93%
BLUE value IS 254 (99.61% from 255) = 50.60%
R=32.47%
G=16.93%
B=50.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal163852540.360.6700.00267.6998.8366.47
HexA355FE24430010c6342
Octal2431253764410300414143102
Binary1010001110101011111111010010010000110010000110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A355FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A355FE; }

 p { color: rgb(163,85,254); }

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

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

 a { background-color: rgb(163,85,254); }

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

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

 span { border-color: rgb(163,85,254); }

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