#A355FD

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

Shades of Medium Purple #A355FD

Tints of Medium Purple #A355FD

Color information

#A355FD (or 0xA355FD) is unknown color: approx Medium Purple. HEX triplet: A3, 55 and FD. RGB value is (163,85,253). Sum of RGB (Red+Green+Blue) = 163+85+253=501 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.53% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #A355FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A355FD is #5CAA02. Grayscale: #7E7E7E. Windows color (decimal): -6072835 or 16602531. OLE color: 16602531.

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

Color convert

RGB16385253-
CMYK0.360.6600.01
HSL267.86º97.67%66.27%-
HSV(B)267.86º66.4%99.22%-
XYZ36.0821.3895.15-
YUV127.47198.84153.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.53%
GREEN value IS 85 (33.59% from 255) = 16.97%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=32.53%
G=16.97%
B=50.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal163852530.360.6600.01267.8697.6766.27
HexA355FD24420110c6242
Octal2431253754410201414142102
Binary1010001110101011111110110010010000100110000110011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A355FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A355FD; }

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

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

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

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

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

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

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

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