#A465ED

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

Shades of Medium Purple #A465ED

Tints of Medium Purple #A465ED

Color information

#A465ED (or 0xA465ED) is unknown color: approx Medium Purple. HEX triplet: A4, 65 and ED. RGB value is (164,101,237). Sum of RGB (Red+Green+Blue) = 164+101+237=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #A465ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A465ED is #5B9A12. Grayscale: #868686. Windows color (decimal): -6003219 or 15558052. OLE color: 15558052.

HSL color Cylindrical-coordinate representation of color #A465ED: hue angle of 267.79º 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 #A465ED is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB164101237-
CMYK0.310.5700.07
HSL267.79º79.07%66.27%-
HSV(B)267.79º57.38%92.94%-
XYZ35.2523.3182.76-
YUV135.34185.37148.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 237 (92.97% from 255) = 47.21%
R=32.67%
G=20.12%
B=47.21%

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
Decimal1641012370.310.5700.07267.7979.0766.27
HexA465ED1F390710c4f42
Octal244145355377107414117102
Binary1010010011001011110110111111111001011110000110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A465ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A465ED; }

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

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

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

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

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

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

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

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