#A256FE

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

Shades of Medium Purple #A256FE

Tints of Medium Purple #A256FE

Color information

#A256FE (or 0xA256FE) is unknown color: approx Medium Purple. HEX triplet: A2, 56 and FE. RGB value is (162,86,254). Sum of RGB (Red+Green+Blue) = 162+86+254=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #A256FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A256FE is #5DA901. Grayscale: #7F7F7F. Windows color (decimal): -6138114 or 16668322. OLE color: 16668322.

HSL color Cylindrical-coordinate representation of color #A256FE: hue angle of 267.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A256FE is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16286254-
CMYK0.360.6600.00
HSL267.14º98.82%66.67%-
HSV(B)267.14º66.14%99.61%-
XYZ36.1221.4996.01-
YUV127.88199.18152.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 86 (33.98% from 255) = 17.13%
BLUE value IS 254 (99.61% from 255) = 50.60%
R=32.27%
G=17.13%
B=50.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal162862540.360.6600.00267.1498.8266.67
HexA256FE24420010b6343
Octal2421263764410200413143103
Binary1010001010101101111111010010010000100010000101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A256FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A256FE; }

 p { color: rgb(162,86,254); }

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

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

 a { background-color: rgb(162,86,254); }

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

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

 span { border-color: rgb(162,86,254); }

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