Html Css Color HEX #A86CF0 Medium Purple

📋 copy color: '#A86CF0'

red 168 ◦ green 108 ◦ blue 240

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

Shades of Medium Purple #A86CF0

Tints of Medium Purple #A86CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.51%

R = 32.56%
G = 20.93%
B = 46.51%

CMYK

 C value IS 0.3

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A86CF0 (or 0xA86CF0) is known color: Medium Purple. HEX triplet: A8, 6C and F0. RGB value is (168,108,240). Sum of RGB (Red+Green+Blue) = 168+108+240=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #A86CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86CF0 is #57930F. Grayscale: #8C8C8C. Windows color (decimal): -5739280 or 15756456. OLE color: 15756456.

HSL color Cylindrical-coordinate representation of color #A86CF0: hue angle of 267.27º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A86CF0 is Cyan = 0.3, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 108 240 -
CMYK 0.3 0.55 0 0.06
HSL 267.27º 0.81% 0.68% -
HSV(B) 267.27º 0.55% 0.94% -
XYZ 37.24 25.34 85.37 -
YUV 140.99 183.88 147.27 -
System Red Green Blue C M Y K H S L
Decimal 168 108 240 0.3 0.55 0 0.06 267.27 0.81 0.68
Hex A8 6C F0 1E 37 0 6 10B 51 44
Octal 250 154 360 36 67 0 6 413 121 104
Binary 10101000 1101100 11110000 11110 110111 0 110 100001011 1010001 1000100

Color Harmonies of #A86CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CF0

Black with #A86CF0

Text Example


Text Example

White with #A86CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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