#A45DFA

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

Shades of Medium Purple #A45DFA

Tints of Medium Purple #A45DFA

Color information

#A45DFA (or 0xA45DFA) is unknown color: approx Medium Purple. HEX triplet: A4, 5D and FA. RGB value is (164,93,250). Sum of RGB (Red+Green+Blue) = 164+93+250=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 93 (36.72% from 255 or 18.34% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #A45DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45DFA is #5BA205. Grayscale: #838383. Windows color (decimal): -6005254 or 16407972. OLE color: 16407972.

HSL color Cylindrical-coordinate representation of color #A45DFA: hue angle of 267.13º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A45DFA is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16493250-
CMYK0.340.6300.02
HSL267.13º94.01%67.25%-
HSV(B)267.13º62.8%98.04%-
XYZ36.4822.6292.89-
YUV132.13194.52150.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.35%
GREEN value IS 93 (36.72% from 255) = 18.34%
BLUE value IS 250 (98.05% from 255) = 49.31%
R=32.35%
G=18.34%
B=49.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164932500.340.6300.02267.1394.0167.25
HexA45DFA223F0210b5e43
Octal244135372427702413136103
Binary1010010010111011111101010001011111101010000101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45DFA; }

 p { color: rgb(164,93,250); }

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

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

 a { background-color: rgb(164,93,250); }

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

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

 span { border-color: rgb(164,93,250); }

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