#A468F3

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

Shades of Medium Purple #A468F3

Tints of Medium Purple #A468F3

Color information

#A468F3 (or 0xA468F3) is unknown color: approx Medium Purple. HEX triplet: A4, 68 and F3. RGB value is (164,104,243). Sum of RGB (Red+Green+Blue) = 164+104+243=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #A468F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A468F3 is #5B970C. Grayscale: #898989. Windows color (decimal): -6002445 or 15952036. OLE color: 15952036.

HSL color Cylindrical-coordinate representation of color #A468F3: hue angle of 265.9º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A468F3 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164104243-
CMYK0.330.5700.05
HSL265.9º85.28%68.04%-
HSV(B)265.9º57.2%95.29%-
XYZ36.4424.2687.56-
YUV137.79187.38146.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.09%
GREEN value IS 104 (41.02% from 255) = 20.35%
BLUE value IS 243 (95.31% from 255) = 47.55%
R=32.09%
G=20.35%
B=47.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641042430.330.5700.05265.985.2868.04
HexA468F321390510a5544
Octal244150363417105412125104
Binary10100100110100011110011100001111001010110000101010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468F3; }

 p { color: rgb(164,104,243); }

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

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

 a { background-color: rgb(164,104,243); }

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

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

 span { border-color: rgb(164,104,243); }

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