Html Css Color HEX #A86EE1 Medium Purple

📋 copy color: '#A86EE1'

red 168 ◦ green 110 ◦ blue 225

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

Shades of Medium Purple #A86EE1

Tints of Medium Purple #A86EE1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.87%

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

R = 33.4%
G = 21.87%
B = 44.73%

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

#A86EE1 (or 0xA86EE1) is known color: Medium Purple. HEX triplet: A8, 6E and E1. RGB value is (168,110,225). Sum of RGB (Red+Green+Blue) = 168+110+225=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 225 (88.28% from 255 or 44.73% from 503); Max value from RGB is 225 - color contains mainly: blue. Hex color #A86EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86EE1 is #57911E. Grayscale: #8C8C8C. Windows color (decimal): -5738783 or 14773928. OLE color: 14773928.

HSL color Cylindrical-coordinate representation of color #A86EE1: hue angle of 270.26º 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 #A86EE1 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 110 225 -
CMYK 0.25 0.51 0 0.12
HSL 270.26º 0.66% 0.66% -
HSV(B) 270.26º 0.51% 0.88% -
XYZ 35.31 24.91 74.18 -
YUV 140.45 175.72 147.65 -
System Red Green Blue C M Y K H S L
Decimal 168 110 225 0.25 0.51 0 0.12 270.26 0.66 0.66
Hex A8 6E E1 19 33 0 C 10E 42 42
Octal 250 156 341 31 63 0 14 416 102 102
Binary 10101000 1101110 11100001 11001 110011 0 1100 100001110 1000010 1000010

Color Harmonies of #A86EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86EE1

Black with #A86EE1

Text Example


Text Example

White with #A86EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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