#a352fc

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

Shades of Medium Purple #A352FC

Tints of Medium Purple #A352FC

Color information

#A352FC (or 0xA352FC) is unknown color: approx Medium Purple. HEX triplet: A3, 52 and FC. RGB value is (163,82,252). Sum of RGB (Red+Green+Blue) = 163+82+252=497 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.80% from 497); Green value is 82 (32.42% from 255 or 16.50% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #A352FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352FC is #5CAD03. Grayscale: #7D7D7D. Windows color (decimal): -6073604 or 16536227. OLE color: 16536227.

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

Color convert

RGB16382252-
CMYK0.350.6700.01
HSL268.59º96.59%65.49%-
HSV(B)268.59º67.46%98.82%-
XYZ35.6920.8594.24-
YUV125.6199.34154.68-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.80%
GREEN value IS 82 (32.42% from 255) = 16.50%
BLUE value IS 252 (98.83% from 255) = 50.70%
R=32.80%
G=16.50%
B=50.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal163822520.350.6700.01268.5996.5965.49
HexA352FC23430110d6141
Octal2431223744310301415141101
Binary1010001110100101111110010001110000110110000110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a352fc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a352fc; }

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

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

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

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

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

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

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

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