Html Css Color HEX #A86FE9 Medium Purple

📋 copy color: '#A86FE9'

red 168 ◦ green 111 ◦ blue 233

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

Shades of Medium Purple #A86FE9

Tints of Medium Purple #A86FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 45.51%

R = 32.81%
G = 21.68%
B = 45.51%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A86FE9 (or 0xA86FE9) is known color: Medium Purple. HEX triplet: A8, 6F and E9. RGB value is (168,111,233). Sum of RGB (Red+Green+Blue) = 168+111+233=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 233 (91.41% from 255 or 45.51% from 512); Max value from RGB is 233 - color contains mainly: blue. Hex color #A86FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FE9 is #579016. Grayscale: #8D8D8D. Windows color (decimal): -5738519 or 15298472. OLE color: 15298472.

HSL color Cylindrical-coordinate representation of color #A86FE9: hue angle of 268.03º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A86FE9 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 111 233 -
CMYK 0.28 0.52 0 0.09
HSL 268.03º 0.73% 0.67% -
HSV(B) 268.03º 0.52% 0.91% -
XYZ 36.54 25.58 80.1 -
YUV 141.95 179.38 146.58 -
System Red Green Blue C M Y K H S L
Decimal 168 111 233 0.28 0.52 0 0.09 268.03 0.73 0.67
Hex A8 6F E9 1C 34 0 9 10C 49 43
Octal 250 157 351 34 64 0 11 414 111 103
Binary 10101000 1101111 11101001 11100 110100 0 1001 100001100 1001001 1000011

Color Harmonies of #A86FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FE9

Black with #A86FE9

Text Example


Text Example

White with #A86FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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