#a45efc

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

Shades of Medium Purple #A45EFC

Tints of Medium Purple #A45EFC

Color information

#A45EFC (or 0xA45EFC) is unknown color: approx Medium Purple. HEX triplet: A4, 5E and FC. RGB value is (164,94,252). Sum of RGB (Red+Green+Blue) = 164+94+252=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #A45EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45EFC is #5BA103. Grayscale: #848484. Windows color (decimal): -6004996 or 16539300. OLE color: 16539300.

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

Color convert

RGB16494252-
CMYK0.350.6300.01
HSL266.58º96.34%67.84%-
HSV(B)266.58º62.7%98.82%-
XYZ36.8822.9394.58-
YUV132.94195.19150.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.16%
GREEN value IS 94 (37.11% from 255) = 18.43%
BLUE value IS 252 (98.83% from 255) = 49.41%
R=32.16%
G=18.43%
B=49.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal164942520.350.6300.01266.5896.3467.84
HexA45EFC233F0110b6044
Octal244136374437701413140104
Binary101001001011110111111001000111111110110000101111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a45efc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a45efc; }

 p { color: rgb(164,94,252); }

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

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

 a { background-color: rgb(164,94,252); }

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

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

 span { border-color: rgb(164,94,252); }

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