Html Css Color HEX #A856FE Medium Purple

📋 copy color: '#A856FE'

red 168 ◦ green 86 ◦ blue 254

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

Shades of Medium Purple #A856FE

Tints of Medium Purple #A856FE

RGB

 RED value IS 168 (66.02% from 255) = 33.07%

 GREEN value IS 86 (33.98% from 255) = 16.93%

 BLUE value IS 254 (99.61% from 255) = 50%

R = 33.07%
G = 16.93%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A856FE (or 0xA856FE) is known color: Medium Purple. HEX triplet: A8, 56 and FE. RGB value is (168,86,254). Sum of RGB (Red+Green+Blue) = 168+86+254=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #A856FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856FE is #57A901. Grayscale: #818181. Windows color (decimal): -5744898 or 16668328. OLE color: 16668328.

HSL color Cylindrical-coordinate representation of color #A856FE: hue angle of 269.29º 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 #A856FE is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 86 254 -
CMYK 0.34 0.66 0 0.00
HSL 269.29º 0.99% 0.67% -
HSV(B) 269.29º 0.66% 1% -
XYZ 37.37 22.14 96.07 -
YUV 129.67 198.17 155.34 -
System Red Green Blue C M Y K H S L
Decimal 168 86 254 0.34 0.66 0 0.00 269.29 0.99 0.67
Hex A8 56 FE 22 42 0 0 10D 63 43
Octal 250 126 376 42 102 0 0 415 143 103
Binary 10101000 1010110 11111110 100010 1000010 0 0 100001101 1100011 1000011

Color Harmonies of #A856FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856FE

Black with #A856FE

Text Example


Text Example

White with #A856FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856FE; }

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

 H1.HeaderClassName
 {
   color: #A856FE;
 }
 .AnyTagClassName
 {
   color: #A856FE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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