#A466ED

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

Shades of Medium Purple #A466ED

Tints of Medium Purple #A466ED

Color information

#A466ED (or 0xA466ED) is unknown color: approx Medium Purple. HEX triplet: A4, 66 and ED. RGB value is (164,102,237). Sum of RGB (Red+Green+Blue) = 164+102+237=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #A466ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A466ED is #5B9912. Grayscale: #878787. Windows color (decimal): -6002963 or 15558308. OLE color: 15558308.

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

Color convert

RGB164102237-
CMYK0.310.5700.07
HSL267.56º78.95%66.47%-
HSV(B)267.56º56.96%92.94%-
XYZ35.3523.5182.8-
YUV135.93185.04148.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 102 (40.23% from 255) = 20.28%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=32.60%
G=20.28%
B=47.12%

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
Decimal1641022370.310.5700.07267.5678.9566.47
HexA466ED1F390710c4f42
Octal244146355377107414117102
Binary1010010011001101110110111111111001011110000110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A466ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A466ED; }

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

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

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

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

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

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

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

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