Html Css Color HEX #A186F6 Medium Purple

📋 copy color: '#A186F6'

red 161 ◦ green 134 ◦ blue 246

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

Shades of Medium Purple #A186F6

Tints of Medium Purple #A186F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.47%

R = 29.76%
G = 24.77%
B = 45.47%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A186F6 (or 0xA186F6) is known color: Medium Purple. HEX triplet: A1, 86 and F6. RGB value is (161,134,246). Sum of RGB (Red+Green+Blue) = 161+134+246=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 246 - color contains mainly: blue. Hex color #A186F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A186F6 is #5E7909. Grayscale: #9A9A9A. Windows color (decimal): -6191370 or 16156321. OLE color: 16156321.

HSL color Cylindrical-coordinate representation of color #A186F6: hue angle of 254.46º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A186F6 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 134 246 -
CMYK 0.35 0.46 0 0.04
HSL 254.46º 0.86% 0.75% -
HSV(B) 254.46º 0.46% 0.96% -
XYZ 39.86 31.28 91.13 -
YUV 154.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 161 134 246 0.35 0.46 0 0.04 254.46 0.86 0.75
Hex A1 86 F6 23 2E 0 4 FE 56 4B
Octal 241 206 366 43 56 0 4 376 126 113
Binary 10100001 10000110 11110110 100011 101110 0 100 11111110 1010110 1001011

Color Harmonies of #A186F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A186F6

Black with #A186F6

Text Example


Text Example

White with #A186F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A186F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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