Html Css Color HEX #A856FB Medium Purple

📋 copy color: '#A856FB'

red 168 ◦ green 86 ◦ blue 251

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

Shades of Medium Purple #A856FB

Tints of Medium Purple #A856FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 33.27%
G = 17.03%
B = 49.7%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A856FB (or 0xA856FB) is known color: Medium Purple. HEX triplet: A8, 56 and FB. RGB value is (168,86,251). Sum of RGB (Red+Green+Blue) = 168+86+251=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #A856FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A856FB is #57A904. Grayscale: #808080. Windows color (decimal): -5744901 or 16471720. OLE color: 16471720.

HSL color Cylindrical-coordinate representation of color #A856FB: hue angle of 269.82º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A856FB is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 86 251 -
CMYK 0.33 0.66 0 0.02
HSL 269.82º 0.95% 0.66% -
HSV(B) 269.82º 0.66% 0.98% -
XYZ 36.89 21.95 93.56 -
YUV 129.33 196.67 155.58 -
System Red Green Blue C M Y K H S L
Decimal 168 86 251 0.33 0.66 0 0.02 269.82 0.95 0.66
Hex A8 56 FB 21 42 0 2 10E 5F 42
Octal 250 126 373 41 102 0 2 416 137 102
Binary 10101000 1010110 11111011 100001 1000010 0 10 100001110 1011111 1000010

Color Harmonies of #A856FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A856FB

Black with #A856FB

Text Example


Text Example

White with #A856FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A856FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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