Html Css Color HEX #A86FFE Medium Purple

📋 copy color: '#A86FFE'

red 168 ◦ green 111 ◦ blue 254

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

Shades of Medium Purple #A86FFE

Tints of Medium Purple #A86FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.83%

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

R = 31.52%
G = 20.83%
B = 47.65%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A86FFE (or 0xA86FFE) is known color: Medium Purple. HEX triplet: A8, 6F and FE. RGB value is (168,111,254). Sum of RGB (Red+Green+Blue) = 168+111+254=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #A86FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FFE is #579001. Grayscale: #8F8F8F. Windows color (decimal): -5738498 or 16674728. OLE color: 16674728.

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

Color convert

RGB 168 111 254 -
CMYK 0.34 0.56 0 0.00
HSL 263.92º 0.99% 0.72% -
HSV(B) 263.92º 0.56% 1% -
XYZ 39.72 26.85 96.85 -
YUV 144.35 189.88 144.87 -
System Red Green Blue C M Y K H S L
Decimal 168 111 254 0.34 0.56 0 0.00 263.92 0.99 0.72
Hex A8 6F FE 22 38 0 0 108 63 48
Octal 250 157 376 42 70 0 0 410 143 110
Binary 10101000 1101111 11111110 100010 111000 0 0 100001000 1100011 1001000

Color Harmonies of #A86FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FFE

Black with #A86FFE

Text Example


Text Example

White with #A86FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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