Html Css Color HEX #A86FE1 Medium Purple

📋 copy color: '#A86FE1'

red 168 ◦ green 111 ◦ blue 225

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

Shades of Medium Purple #A86FE1

Tints of Medium Purple #A86FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.64%

R = 33.33%
G = 22.02%
B = 44.64%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A86FE1 (or 0xA86FE1) is known color: Medium Purple. HEX triplet: A8, 6F and E1. RGB value is (168,111,225). Sum of RGB (Red+Green+Blue) = 168+111+225=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #A86FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FE1 is #57901E. Grayscale: #8C8C8C. Windows color (decimal): -5738527 or 14774184. OLE color: 14774184.

HSL color Cylindrical-coordinate representation of color #A86FE1: hue angle of 270º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A86FE1 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 111 225 -
CMYK 0.25 0.51 0 0.12
HSL 270º 0.66% 0.66% -
HSV(B) 270º 0.51% 0.88% -
XYZ 35.42 25.13 74.22 -
YUV 141.04 175.38 147.23 -
System Red Green Blue C M Y K H S L
Decimal 168 111 225 0.25 0.51 0 0.12 270 0.66 0.66
Hex A8 6F E1 19 33 0 C 10E 42 42
Octal 250 157 341 31 63 0 14 416 102 102
Binary 10101000 1101111 11100001 11001 110011 0 1100 100001110 1000010 1000010

Color Harmonies of #A86FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FE1

Black with #A86FE1

Text Example


Text Example

White with #A86FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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