#A468EE

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

Shades of Medium Purple #A468EE

Tints of Medium Purple #A468EE

Color information

#A468EE (or 0xA468EE) is unknown color: approx Medium Purple. HEX triplet: A4, 68 and EE. RGB value is (164,104,238). Sum of RGB (Red+Green+Blue) = 164+104+238=506 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.41% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #A468EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A468EE is #5B9711. Grayscale: #888888. Windows color (decimal): -6002450 or 15624356. OLE color: 15624356.

HSL color Cylindrical-coordinate representation of color #A468EE: hue angle of 266.87º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A468EE is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164104238-
CMYK0.310.5600.07
HSL266.87º79.76%67.06%-
HSV(B)266.87º56.3%93.33%-
XYZ35.6923.9783.63-
YUV137.22184.88147.1-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.41%
GREEN value IS 104 (41.02% from 255) = 20.55%
BLUE value IS 238 (93.36% from 255) = 47.04%
R=32.41%
G=20.55%
B=47.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641042380.310.5600.07266.8779.7667.06
HexA468EE1F380710b5043
Octal244150356377007413120103
Binary1010010011010001110111011111111000011110000101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468EE; }

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

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

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

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

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

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

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

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