Html Css Color HEX #A856F6 Medium Purple

📋 copy color: '#A856F6'

red 168 ◦ green 86 ◦ blue 246

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

Shades of Medium Purple #A856F6

Tints of Medium Purple #A856F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.2%

R = 33.6%
G = 17.2%
B = 49.2%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A856F6 (or 0xA856F6) is known color: Medium Purple. HEX triplet: A8, 56 and F6. RGB value is (168,86,246). Sum of RGB (Red+Green+Blue) = 168+86+246=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #A856F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856F6 is #57A909. Grayscale: #808080. Windows color (decimal): -5744906 or 16144040. OLE color: 16144040.

HSL color Cylindrical-coordinate representation of color #A856F6: hue angle of 270.75º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A856F6 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 86 246 -
CMYK 0.32 0.65 0 0.04
HSL 270.75º 0.9% 0.65% -
HSV(B) 270.75º 0.65% 0.96% -
XYZ 36.11 21.63 89.46 -
YUV 128.76 194.17 155.99 -
System Red Green Blue C M Y K H S L
Decimal 168 86 246 0.32 0.65 0 0.04 270.75 0.9 0.65
Hex A8 56 F6 20 41 0 4 10F 5A 41
Octal 250 126 366 40 101 0 4 417 132 101
Binary 10101000 1010110 11110110 100000 1000001 0 100 100001111 1011010 1000001

Color Harmonies of #A856F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856F6

Black with #A856F6

Text Example


Text Example

White with #A856F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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