#A466EE

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

Shades of Medium Purple #A466EE

Tints of Medium Purple #A466EE

Color information

#A466EE (or 0xA466EE) is unknown color: approx Medium Purple. HEX triplet: A4, 66 and EE. RGB value is (164,102,238). Sum of RGB (Red+Green+Blue) = 164+102+238=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #A466EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A466EE is #5B9911. Grayscale: #878787. Windows color (decimal): -6002962 or 15623844. OLE color: 15623844.

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

Color convert

RGB164102238-
CMYK0.310.5700.07
HSL267.35º80%66.67%-
HSV(B)267.35º57.14%93.33%-
XYZ35.4923.5783.57-
YUV136.04185.54147.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 102 (40.23% from 255) = 20.24%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=32.54%
G=20.24%
B=47.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1641022380.310.5700.07267.358066.67
HexA466EE1F390710b5043
Octal244146356377107413120103
Binary1010010011001101110111011111111001011110000101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A466EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A466EE; }

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

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

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

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

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

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

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

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