#A354FF

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

Shades of Medium Purple #A354FF

Tints of Medium Purple #A354FF

Color information

#A354FF (or 0xA354FF) is unknown color: approx Medium Purple. HEX triplet: A3, 54 and FF. RGB value is (163,84,255). Sum of RGB (Red+Green+Blue) = 163+84+255=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 84 (33.20% from 255 or 16.73% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #A354FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A354FF is #5CAB00. Grayscale: #7E7E7E. Windows color (decimal): -6073089 or 16733347. OLE color: 16733347.

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

Color convert

RGB16384255-
CMYK0.360.6700
HSL267.72º100%66.47%-
HSV(B)267.72º67.06%100%-
XYZ36.3221.3596.81-
YUV127.11200.17153.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 84 (33.20% from 255) = 16.73%
BLUE value IS 255 (100% from 255) = 50.80%
R=32.47%
G=16.73%
B=50.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal163842550.360.6700267.7210066.47
HexA354FF24430010c6442
Octal2431243774410300414144102
Binary1010001110101001111111110010010000110010000110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A354FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A354FF; }

 p { color: rgb(163,84,255); }

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

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

 a { background-color: rgb(163,84,255); }

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

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

 span { border-color: rgb(163,84,255); }

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