Html Css Color HEX #A256FE Medium Purple

📋 copy color: '#A256FE'

red 162 ◦ green 86 ◦ blue 254

#A256FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A256FE

Tints of Medium Purple #A256FE

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.6%

R = 32.27%
G = 17.13%
B = 50.6%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A256FE (or 0xA256FE) is known color: 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

RGB 162 86 254 -
CMYK 0.36 0.66 0 0.00
HSL 267.14º 0.99% 0.67% -
HSV(B) 267.14º 0.66% 1% -
XYZ 36.12 21.49 96.01 -
YUV 127.88 199.18 152.34 -
System Red Green Blue C M Y K H S L
Decimal 162 86 254 0.36 0.66 0 0.00 267.14 0.99 0.67
Hex A2 56 FE 24 42 0 0 10B 63 43
Octal 242 126 376 44 102 0 0 413 143 103
Binary 10100010 1010110 11111110 100100 1000010 0 0 100001011 1100011 1000011

Color Harmonies of #A256FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A256FE

Black with #A256FE

Text Example


Text Example

White with #A256FE

Text Example


Text Example

HTML Codes & Css Web 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>