#A460EA

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

Shades of Medium Purple #A460EA

Tints of Medium Purple #A460EA

Color information

#A460EA (or 0xA460EA) is unknown color: approx Medium Purple. HEX triplet: A4, 60 and EA. RGB value is (164,96,234). Sum of RGB (Red+Green+Blue) = 164+96+234=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #A460EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A460EA is #5B9F15. Grayscale: #838383. Windows color (decimal): -6004502 or 15360164. OLE color: 15360164.

HSL color Cylindrical-coordinate representation of color #A460EA: hue angle of 269.57º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A460EA is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16496234-
CMYK0.300.5900.08
HSL269.57º76.67%64.71%-
HSV(B)269.57º58.97%91.76%-
XYZ34.3422.280.32-
YUV132.06185.53150.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 96 (37.89% from 255) = 19.43%
BLUE value IS 234 (91.80% from 255) = 47.37%
R=33.20%
G=19.43%
B=47.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal164962340.300.5900.08269.5776.6764.71
HexA460EA1E3B0810e4d41
Octal2441403523673010416115101
Binary10100100110000011101010111101110110100010000111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460EA; }

 p { color: rgb(164,96,234); }

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

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

 a { background-color: rgb(164,96,234); }

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

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

 span { border-color: rgb(164,96,234); }

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