Html Css Color HEX #A186EF Medium Purple

📋 copy color: '#A186EF'

red 161 ◦ green 134 ◦ blue 239

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

Shades of Medium Purple #A186EF

Tints of Medium Purple #A186EF

RGB

 RED value IS 161 (63.28% from 255) = 30.15%

 GREEN value IS 134 (52.73% from 255) = 25.09%

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

R = 30.15%
G = 25.09%
B = 44.76%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A186EF (or 0xA186EF) is known color: Medium Purple. HEX triplet: A1, 86 and EF. RGB value is (161,134,239). Sum of RGB (Red+Green+Blue) = 161+134+239=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 134 (52.73% from 255 or 25.09% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #A186EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A186EF is #5E7910. Grayscale: #999999. Windows color (decimal): -6191377 or 15697569. OLE color: 15697569.

HSL color Cylindrical-coordinate representation of color #A186EF: hue angle of 255.43º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A186EF is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 134 239 -
CMYK 0.33 0.44 0 0.06
HSL 255.43º 0.77% 0.73% -
HSV(B) 255.43º 0.44% 0.94% -
XYZ 38.8 30.86 85.57 -
YUV 154.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 161 134 239 0.33 0.44 0 0.06 255.43 0.77 0.73
Hex A1 86 EF 21 2C 0 6 FF 4D 49
Octal 241 206 357 41 54 0 6 377 115 111
Binary 10100001 10000110 11101111 100001 101100 0 110 11111111 1001101 1001001

Color Harmonies of #A186EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186EF

Black with #A186EF

Text Example


Text Example

White with #A186EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186EF; }

 p { color: rgb(161,134,239); }

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

background-color css

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

 a { background-color: rgb(161,134,239); }

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

border-color css

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

 span { border-color: rgb(161,134,239); }

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