Html Css Color HEX #A86FEB Medium Purple

📋 copy color: '#A86FEB'

red 168 ◦ green 111 ◦ blue 235

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

Shades of Medium Purple #A86FEB

Tints of Medium Purple #A86FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 32.68%
G = 21.6%
B = 45.72%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A86FEB (or 0xA86FEB) is known color: Medium Purple. HEX triplet: A8, 6F and EB. RGB value is (168,111,235). Sum of RGB (Red+Green+Blue) = 168+111+235=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #A86FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86FEB is #579014. Grayscale: #8D8D8D. Windows color (decimal): -5738517 or 15429544. OLE color: 15429544.

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

Color convert

RGB 168 111 235 -
CMYK 0.29 0.53 0 0.08
HSL 267.58º 0.76% 0.68% -
HSV(B) 267.58º 0.53% 0.92% -
XYZ 36.83 25.69 81.62 -
YUV 142.18 180.38 146.42 -
System Red Green Blue C M Y K H S L
Decimal 168 111 235 0.29 0.53 0 0.08 267.58 0.76 0.68
Hex A8 6F EB 1D 35 0 8 10C 4C 44
Octal 250 157 353 35 65 0 10 414 114 104
Binary 10101000 1101111 11101011 11101 110101 0 1000 100001100 1001100 1000100

Color Harmonies of #A86FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FEB

Black with #A86FEB

Text Example


Text Example

White with #A86FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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