#A353FA

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

Shades of Medium Purple #A353FA

Tints of Medium Purple #A353FA

Color information

#A353FA (or 0xA353FA) is unknown color: approx Medium Purple. HEX triplet: A3, 53 and FA. RGB value is (163,83,250). Sum of RGB (Red+Green+Blue) = 163+83+250=496 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.86% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #A353FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A353FA is #5CAC05. Grayscale: #7D7D7D. Windows color (decimal): -6073350 or 16405411. OLE color: 16405411.

HSL color Cylindrical-coordinate representation of color #A353FA: hue angle of 268.74º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A353FA is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16383250-
CMYK0.350.6700.02
HSL268.74º94.35%65.29%-
HSV(B)268.74º66.8%98.04%-
XYZ35.4520.8892.6-
YUV125.96198154.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.86%
GREEN value IS 83 (32.81% from 255) = 16.73%
BLUE value IS 250 (98.05% from 255) = 50.40%
R=32.86%
G=16.73%
B=50.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal163832500.350.6700.02268.7494.3565.29
HexA353FA23430210d5e41
Octal2431233724310302415136101
Binary10100011101001111111010100011100001101010000110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A353FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A353FA; }

 p { color: rgb(163,83,250); }

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

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

 a { background-color: rgb(163,83,250); }

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

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

 span { border-color: rgb(163,83,250); }

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