Html Css Color HEX #A856FF Medium Purple

📋 copy color: '#A856FF'

red 168 ◦ green 86 ◦ blue 255

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

Shades of Medium Purple #A856FF

Tints of Medium Purple #A856FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.1%

R = 33.01%
G = 16.9%
B = 50.1%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A856FF (or 0xA856FF) is known color: Medium Purple. HEX triplet: A8, 56 and FF. RGB value is (168,86,255). Sum of RGB (Red+Green+Blue) = 168+86+255=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 86 (33.98% from 255 or 16.90% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #A856FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856FF is #57A900. Grayscale: #818181. Windows color (decimal): -5744897 or 16733864. OLE color: 16733864.

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

Color convert

RGB 168 86 255 -
CMYK 0.34 0.66 0 0
HSL 269.11º 1% 0.67% -
HSV(B) 269.11º 0.66% 1% -
XYZ 37.53 22.2 96.92 -
YUV 129.78 198.67 155.26 -
System Red Green Blue C M Y K H S L
Decimal 168 86 255 0.34 0.66 0 0 269.11 1 0.67
Hex A8 56 FF 22 42 0 0 10D 64 43
Octal 250 126 377 42 102 0 0 415 144 103
Binary 10101000 1010110 11111111 100010 1000010 0 0 100001101 1100100 1000011

Color Harmonies of #A856FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856FF

Black with #A856FF

Text Example


Text Example

White with #A856FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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