#A468E9

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

Shades of Medium Purple #A468E9

Tints of Medium Purple #A468E9

Color information

#A468E9 (or 0xA468E9) is unknown color: approx Medium Purple. HEX triplet: A4, 68 and E9. RGB value is (164,104,233). Sum of RGB (Red+Green+Blue) = 164+104+233=501 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.73% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #A468E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A468E9 is #5B9716. Grayscale: #888888. Windows color (decimal): -6002455 or 15296676. OLE color: 15296676.

HSL color Cylindrical-coordinate representation of color #A468E9: hue angle of 267.91º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A468E9 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB164104233-
CMYK0.300.5500.09
HSL267.91º74.57%66.08%-
HSV(B)267.91º55.36%91.37%-
XYZ34.9723.6879.82-
YUV136.65182.38147.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.73%
GREEN value IS 104 (41.02% from 255) = 20.76%
BLUE value IS 233 (91.41% from 255) = 46.51%
R=32.73%
G=20.76%
B=46.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1641042330.300.5500.09267.9174.5766.08
HexA468E91E370910c4b42
Octal2441503513667011414113102
Binary10100100110100011101001111101101110100110000110010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468E9; }

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

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

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

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

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

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

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

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