Html Css Color HEX #A86EEF Medium Purple

📋 copy color: '#A86EEF'

red 168 ◦ green 110 ◦ blue 239

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

Shades of Medium Purple #A86EEF

Tints of Medium Purple #A86EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 32.5%
G = 21.28%
B = 46.23%

CMYK

 C value IS 0.30

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A86EEF (or 0xA86EEF) is known color: Medium Purple. HEX triplet: A8, 6E and EF. RGB value is (168,110,239). Sum of RGB (Red+Green+Blue) = 168+110+239=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #A86EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A86EEF is #579110. Grayscale: #8D8D8D. Windows color (decimal): -5738769 or 15691432. OLE color: 15691432.

HSL color Cylindrical-coordinate representation of color #A86EEF: hue angle of 266.98º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A86EEF is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 110 239 -
CMYK 0.30 0.54 0 0.06
HSL 266.98º 0.8% 0.68% -
HSV(B) 266.98º 0.54% 0.94% -
XYZ 37.3 25.71 84.66 -
YUV 142.05 182.72 146.51 -
System Red Green Blue C M Y K H S L
Decimal 168 110 239 0.30 0.54 0 0.06 266.98 0.8 0.68
Hex A8 6E EF 1E 36 0 6 10B 50 44
Octal 250 156 357 36 66 0 6 413 120 104
Binary 10101000 1101110 11101111 11110 110110 0 110 100001011 1010000 1000100

Color Harmonies of #A86EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86EEF

Black with #A86EEF

Text Example


Text Example

White with #A86EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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