Html Css Color HEX #A186E7 Medium Purple

📋 copy color: '#A186E7'

red 161 ◦ green 134 ◦ blue 231

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

Shades of Medium Purple #A186E7

Tints of Medium Purple #A186E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.92%

R = 30.61%
G = 25.48%
B = 43.92%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A186E7 (or 0xA186E7) is known color: Medium Purple. HEX triplet: A1, 86 and E7. RGB value is (161,134,231). Sum of RGB (Red+Green+Blue) = 161+134+231=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 231 (90.62% from 255 or 43.92% from 526); Max value from RGB is 231 - color contains mainly: blue. Hex color #A186E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A186E7 is #5E7918. Grayscale: #989898. Windows color (decimal): -6191385 or 15173281. OLE color: 15173281.

HSL color Cylindrical-coordinate representation of color #A186E7: hue angle of 256.7º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A186E7 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 134 231 -
CMYK 0.30 0.42 0 0.09
HSL 256.7º 0.67% 0.72% -
HSV(B) 256.7º 0.42% 0.91% -
XYZ 37.65 30.4 79.48 -
YUV 153.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 161 134 231 0.30 0.42 0 0.09 256.7 0.67 0.72
Hex A1 86 E7 1E 2A 0 9 101 43 48
Octal 241 206 347 36 52 0 11 401 103 110
Binary 10100001 10000110 11100111 11110 101010 0 1001 100000001 1000011 1001000

Color Harmonies of #A186E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186E7

Black with #A186E7

Text Example


Text Example

White with #A186E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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