Html Css Color HEX #A86FEE Medium Purple

📋 copy color: '#A86FEE'

red 168 ◦ green 111 ◦ blue 238

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

Shades of Medium Purple #A86FEE

Tints of Medium Purple #A86FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 32.5%
G = 21.47%
B = 46.03%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A86FEE (or 0xA86FEE) is known color: Medium Purple. HEX triplet: A8, 6F and EE. RGB value is (168,111,238). Sum of RGB (Red+Green+Blue) = 168+111+238=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #A86FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FEE is #579011. Grayscale: #8E8E8E. Windows color (decimal): -5738514 or 15626152. OLE color: 15626152.

HSL color Cylindrical-coordinate representation of color #A86FEE: hue angle of 266.93º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A86FEE is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 111 238 -
CMYK 0.29 0.53 0 0.07
HSL 266.93º 0.79% 0.68% -
HSV(B) 266.93º 0.53% 0.93% -
XYZ 37.27 25.87 83.92 -
YUV 142.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 168 111 238 0.29 0.53 0 0.07 266.93 0.79 0.68
Hex A8 6F EE 1D 35 0 7 10B 4F 44
Octal 250 157 356 35 65 0 7 413 117 104
Binary 10101000 1101111 11101110 11101 110101 0 111 100001011 1001111 1000100

Color Harmonies of #A86FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FEE

Black with #A86FEE

Text Example


Text Example

White with #A86FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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