Html Css Color HEX #A86EFE Medium Purple

📋 copy color: '#A86EFE'

red 168 ◦ green 110 ◦ blue 254

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

Shades of Medium Purple #A86EFE

Tints of Medium Purple #A86EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.68%

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

R = 31.58%
G = 20.68%
B = 47.74%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A86EFE (or 0xA86EFE) is known color: Medium Purple. HEX triplet: A8, 6E and FE. RGB value is (168,110,254). Sum of RGB (Red+Green+Blue) = 168+110+254=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 110 (43.36% from 255 or 20.68% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #A86EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86EFE is #579101. Grayscale: #8F8F8F. Windows color (decimal): -5738754 or 16674472. OLE color: 16674472.

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

Color convert

RGB 168 110 254 -
CMYK 0.34 0.57 0 0.00
HSL 264.17º 0.99% 0.71% -
HSV(B) 264.17º 0.57% 1% -
XYZ 39.61 26.63 96.82 -
YUV 143.76 190.22 145.29 -
System Red Green Blue C M Y K H S L
Decimal 168 110 254 0.34 0.57 0 0.00 264.17 0.99 0.71
Hex A8 6E FE 22 39 0 0 108 63 47
Octal 250 156 376 42 71 0 0 410 143 107
Binary 10101000 1101110 11111110 100010 111001 0 0 100001000 1100011 1000111

Color Harmonies of #A86EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86EFE

Black with #A86EFE

Text Example


Text Example

White with #A86EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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