#A263EC

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

Shades of Medium Purple #A263EC

Tints of Medium Purple #A263EC

Color information

#A263EC (or 0xA263EC) is unknown color: approx Medium Purple. HEX triplet: A2, 63 and EC. RGB value is (162,99,236). Sum of RGB (Red+Green+Blue) = 162+99+236=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #A263EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A263EC is #5D9C13. Grayscale: #848484. Windows color (decimal): -6134804 or 15492002. OLE color: 15492002.

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

Color convert

RGB16299236-
CMYK0.310.5800.07
HSL267.59º78.29%65.69%-
HSV(B)267.59º58.05%92.55%-
XYZ34.522.6681.91-
YUV133.45185.87148.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.60%
GREEN value IS 99 (39.06% from 255) = 19.92%
BLUE value IS 236 (92.58% from 255) = 47.48%
R=32.60%
G=19.92%
B=47.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal162992360.310.5800.07267.5978.2965.69
HexA263EC1F3A0710c4e42
Octal242143354377207414116102
Binary1010001011000111110110011111111010011110000110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A263EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A263EC; }

 p { color: rgb(162,99,236); }

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

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

 a { background-color: rgb(162,99,236); }

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

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

 span { border-color: rgb(162,99,236); }

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