Html Css Color HEX #A86CFE Medium Purple

📋 copy color: '#A86CFE'

red 168 ◦ green 108 ◦ blue 254

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

Shades of Medium Purple #A86CFE

Tints of Medium Purple #A86CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.38%

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

R = 31.7%
G = 20.38%
B = 47.92%

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

#A86CFE (or 0xA86CFE) is known color: Medium Purple. HEX triplet: A8, 6C and FE. RGB value is (168,108,254). Sum of RGB (Red+Green+Blue) = 168+108+254=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #A86CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86CFE is #579301. Grayscale: #8E8E8E. Windows color (decimal): -5739266 or 16673960. OLE color: 16673960.

HSL color Cylindrical-coordinate representation of color #A86CFE: hue angle of 264.66º 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 #A86CFE is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 108 254 -
CMYK 0.34 0.57 0 0.00
HSL 264.66º 0.99% 0.71% -
HSV(B) 264.66º 0.57% 1% -
XYZ 39.4 26.21 96.75 -
YUV 142.58 190.88 146.13 -
System Red Green Blue C M Y K H S L
Decimal 168 108 254 0.34 0.57 0 0.00 264.66 0.99 0.71
Hex A8 6C FE 22 39 0 0 109 63 47
Octal 250 154 376 42 71 0 0 411 143 107
Binary 10101000 1101100 11111110 100010 111001 0 0 100001001 1100011 1000111

Color Harmonies of #A86CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CFE

Black with #A86CFE

Text Example


Text Example

White with #A86CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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