Html Css Color HEX #A186EE Medium Purple

📋 copy color: '#A186EE'

red 161 ◦ green 134 ◦ blue 238

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

Shades of Medium Purple #A186EE

Tints of Medium Purple #A186EE

RGB

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

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

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

R = 30.21%
G = 25.14%
B = 44.65%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A186EE (or 0xA186EE) is known color: Medium Purple. HEX triplet: A1, 86 and EE. RGB value is (161,134,238). Sum of RGB (Red+Green+Blue) = 161+134+238=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #A186EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A186EE is #5E7911. Grayscale: #999999. Windows color (decimal): -6191378 or 15632033. OLE color: 15632033.

HSL color Cylindrical-coordinate representation of color #A186EE: hue angle of 255.58º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A186EE is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 134 238 -
CMYK 0.32 0.44 0 0.07
HSL 255.58º 0.75% 0.73% -
HSV(B) 255.58º 0.44% 0.93% -
XYZ 38.66 30.8 84.8 -
YUV 153.93 175.45 133.04 -
System Red Green Blue C M Y K H S L
Decimal 161 134 238 0.32 0.44 0 0.07 255.58 0.75 0.73
Hex A1 86 EE 20 2C 0 7 100 4B 49
Octal 241 206 356 40 54 0 7 400 113 111
Binary 10100001 10000110 11101110 100000 101100 0 111 100000000 1001011 1001001

Color Harmonies of #A186EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186EE

Black with #A186EE

Text Example


Text Example

White with #A186EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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