#A468E2

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

Shades of Medium Purple #A468E2

Tints of Medium Purple #A468E2

Color information

#A468E2 (or 0xA468E2) is unknown color: approx Medium Purple. HEX triplet: A4, 68 and E2. RGB value is (164,104,226). Sum of RGB (Red+Green+Blue) = 164+104+226=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 226 (88.67% from 255 or 45.75% from 494); Max value from RGB is 226 - color contains mainly: blue. Hex color #A468E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468E2 is #5B971D. Grayscale: #878787. Windows color (decimal): -6002462 or 14837924. OLE color: 14837924.

HSL color Cylindrical-coordinate representation of color #A468E2: hue angle of 269.51º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A468E2 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164104226-
CMYK0.270.5400.11
HSL269.51º67.78%64.71%-
HSV(B)269.51º53.98%88.63%-
XYZ33.9923.2874.65-
YUV135.85178.88148.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 104 (41.02% from 255) = 21.05%
BLUE value IS 226 (88.67% from 255) = 45.75%
R=33.20%
G=21.05%
B=45.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641042260.270.5400.11269.5167.7864.71
HexA468E21B360B10e4441
Octal2441503423366013416104101
Binary10100100110100011100010110111101100101110000111010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468E2; }

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

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

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

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

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

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

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

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