#A45CF6

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

Shades of Medium Purple #A45CF6

Tints of Medium Purple #A45CF6

Color information

#A45CF6 (or 0xA45CF6) is unknown color: approx Medium Purple. HEX triplet: A4, 5C and F6. RGB value is (164,92,246). Sum of RGB (Red+Green+Blue) = 164+92+246=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #A45CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45CF6 is #5BA309. Grayscale: #828282. Windows color (decimal): -6005514 or 16145572. OLE color: 16145572.

HSL color Cylindrical-coordinate representation of color #A45CF6: hue angle of 268.05º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A45CF6 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16492246-
CMYK0.330.6300.04
HSL268.05º89.53%66.27%-
HSV(B)268.05º62.6%96.47%-
XYZ35.7722.289.59-
YUV131.08192.85151.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 92 (36.33% from 255) = 18.33%
BLUE value IS 246 (96.48% from 255) = 49.00%
R=32.67%
G=18.33%
B=49.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal164922460.330.6300.04268.0589.5366.27
HexA45CF6213F0410c5a42
Octal244134366417704414132102
Binary10100100101110011110110100001111111010010000110010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45CF6; }

 p { color: rgb(164,92,246); }

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

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

 a { background-color: rgb(164,92,246); }

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

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

 span { border-color: rgb(164,92,246); }

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