Html Css Color HEX #A186F0 Medium Purple

📋 copy color: '#A186F0'

red 161 ◦ green 134 ◦ blue 240

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

Shades of Medium Purple #A186F0

Tints of Medium Purple #A186F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 44.86%

R = 30.09%
G = 25.05%
B = 44.86%

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

#A186F0 (or 0xA186F0) is known color: Medium Purple. HEX triplet: A1, 86 and F0. RGB value is (161,134,240). Sum of RGB (Red+Green+Blue) = 161+134+240=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 134 (52.73% from 255 or 25.05% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #A186F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A186F0 is #5E790F. Grayscale: #999999. Windows color (decimal): -6191376 or 15763105. OLE color: 15763105.

HSL color Cylindrical-coordinate representation of color #A186F0: hue angle of 255.28º degrees, saturation: 0.78, 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 #A186F0 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 134 240 -
CMYK 0.33 0.44 0 0.06
HSL 255.28º 0.78% 0.73% -
HSV(B) 255.28º 0.44% 0.94% -
XYZ 38.95 30.92 86.35 -
YUV 154.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 161 134 240 0.33 0.44 0 0.06 255.28 0.78 0.73
Hex A1 86 F0 21 2C 0 6 FF 4E 49
Octal 241 206 360 41 54 0 6 377 116 111
Binary 10100001 10000110 11110000 100001 101100 0 110 11111111 1001110 1001001

Color Harmonies of #A186F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186F0

Black with #A186F0

Text Example


Text Example

White with #A186F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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