#A352FE

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

Shades of Medium Purple #A352FE

Tints of Medium Purple #A352FE

Color information

#A352FE (or 0xA352FE) is unknown color: approx Medium Purple. HEX triplet: A3, 52 and FE. RGB value is (163,82,254). Sum of RGB (Red+Green+Blue) = 163+82+254=499 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.67% from 499); Green value is 82 (32.42% from 255 or 16.43% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #A352FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352FE is #5CAD01. Grayscale: #7D7D7D. Windows color (decimal): -6073602 or 16667299. OLE color: 16667299.

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

Color convert

RGB16382254-
CMYK0.360.6800.00
HSL268.26º98.85%65.88%-
HSV(B)268.26º67.72%99.61%-
XYZ36.0120.9895.92-
YUV125.83200.34154.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.67%
GREEN value IS 82 (32.42% from 255) = 16.43%
BLUE value IS 254 (99.61% from 255) = 50.90%
R=32.67%
G=16.43%
B=50.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal163822540.360.6800.00268.2698.8565.88
HexA352FE24440010c6342
Octal2431223764410400414143102
Binary1010001110100101111111010010010001000010000110011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A352FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A352FE; }

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

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

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

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

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

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

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

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