#A260ED

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

Shades of Medium Purple #A260ED

Tints of Medium Purple #A260ED

Color information

#A260ED (or 0xA260ED) is unknown color: approx Medium Purple. HEX triplet: A2, 60 and ED. RGB value is (162,96,237). Sum of RGB (Red+Green+Blue) = 162+96+237=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #A260ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A260ED is #5D9F12. Grayscale: #838383. Windows color (decimal): -6135571 or 15556770. OLE color: 15556770.

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

Color convert

RGB16296237-
CMYK0.320.5900.07
HSL268.09º79.66%65.29%-
HSV(B)268.09º59.49%92.94%-
XYZ34.3722.1682.59-
YUV131.81187.37149.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.73%
GREEN value IS 96 (37.89% from 255) = 19.39%
BLUE value IS 237 (92.97% from 255) = 47.88%
R=32.73%
G=19.39%
B=47.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162962370.320.5900.07268.0979.6665.29
HexA260ED203B0710c5041
Octal242140355407307414120101
Binary10100010110000011101101100000111011011110000110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260ED; }

 p { color: rgb(162,96,237); }

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

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

 a { background-color: rgb(162,96,237); }

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

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

 span { border-color: rgb(162,96,237); }

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